summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/medstarbeamer/example.tex
blob: 67bb3658831d2562bbf6f4c5e419192b6d62ac6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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}