summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/medstarbeamer/example.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/medstarbeamer/example.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/medstarbeamer/example.tex')
-rw-r--r--macros/latex/contrib/medstarbeamer/example.tex51
1 files changed, 51 insertions, 0 deletions
diff --git a/macros/latex/contrib/medstarbeamer/example.tex b/macros/latex/contrib/medstarbeamer/example.tex
new file mode 100644
index 0000000000..67bb365883
--- /dev/null
+++ b/macros/latex/contrib/medstarbeamer/example.tex
@@ -0,0 +1,51 @@
+\documentclass{medstarbeamer}
+\title[ Applied Bayesian Data Analysis]{Binary Response Regression and Model Selection}
+\institute[]{}
+\author[ Anagha Kumar]{Anagha Kumar}
+\date{August 26th, 2015}
+\begin{document}
+
+\begin{frame}
+\maketitle
+\end{frame}
+
+\sizecontentsoutline{2}
+\sizecontentscurrent{2}
+
+\section{The Problem of Interest}
+\begin{frame}{Dataset}
+\begin{enumerate}
+\item{The dataset used was from ``Survival Analysis - Techniques for Censored and Truncated Data".}
+\item{It was a hypothetical study of the mortality experience of diabetics.}
+\item{30 diabetics were followed till death or the end of the study.}
+\item{The subject's age at entry into the study and the age at the end of the study or death were recorded.}
+\item{Rather than time to event analysis, I was interested in how ``entry age" and ``exit age", affected survival.}
+\item{\alert{The response variable, survival, was binary (=1 if alive, =0 if dead).}}
+\end{enumerate}
+\end{frame}
+
+\section{New Section for Illustrative Purposes}
+\subsection{Does this work?}
+\subsubsection{This is an interesting example}
+\begin{frame}{Let's Try This Out}
+\end{frame}
+
+\section{Let's Try Another One}
+\subsection{Does this work as well?}
+\subsubsection{This is rather fun}
+\begin{frame}{Designing a custom color theme}
+\begin{itemize}
+\item{This is an interesting way of writing a beamer theme from scratch.}
+\end{itemize}
+\end{frame}
+
+
+\section{Let's Try Ansdsdsdsother One1}
+\subsection{Does this work as well111sdsds1?}
+\subsubsection{This is rather fu111sdsdsds111n}
+\begin{frame}{Designing a custom color theme}
+\begin{itemize}
+\item{This is an interesting way of writing a beamer theme from scratch.}
+\end{itemize}
+\end{frame}
+\end{document} \ No newline at end of file