-
Notifications
You must be signed in to change notification settings - Fork 1
/
younkin2017.Rnw
74 lines (67 loc) · 1.96 KB
/
younkin2017.Rnw
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass[12pt,letterpaper]{article}
\usepackage[right]{lineno}
\usepackage{url}
\usepackage{mathtools}
\usepackage{rotating}
\usepackage{setspace}
\bibliographystyle{ieeetr}
\input{./lib/sgy}
\begin{document}
<<lib, echo = FALSE, eval = TRUE, results = "hide", warning = FALSE, message = FALSE>>=
rm(list=ls())
opts_knit$set(self.contained=FALSE)
library("devtools")
library("xtable")
install_github("ITHIM/ITHIM", ref="ithimus")
#install("~/ITHIM/")
library("ITHIM")
NHTS.df <- readRDS(file = "~/GHI/R/data/NHTS.df.rds")
@
\begin{center}
{\Large \textbf\newline{Estimating Health Outcomes from Active Travel
Behavior in Portland, Oregon}}
\newline
\\
Samuel Younkin\textsuperscript{1},\
Jason Vargo\textsuperscript{2},\
Eric Main\textsuperscript{3},\
Brendon Haggerty \textsuperscript{4},\
James Woodcock\textsuperscript{5},\
Jonathan Patz\textsuperscript{1, 6}
\\
\bigskip
\textbf{1} Global Health Institute, University of Wisconsin{\textendash}Madison, Madison, WI, USA
\\
\textbf{2} California Department of Public Health, Richmond, CA, USA
\\
\textbf{3} Oregon Health Authority, Portland, OR, USA
\\
\textbf{4} Multnomah County Department of Public Health, Portland, OR, USA
\\
\textbf{5} Centre for Education of Diet and Activity Research,
Cambridge University, Cambridge, UK
\\
\textbf{6} Nelson Institute for Environmental Studies Center for Sustainability and the Global Environment, University of Wisconsin{\textendash}Madison, Madison, WI, USA
\\
\bigskip
\end{center}
\section*{Abstract}
\Sexpr{knit_child('lib/abstract.Rnw')}
\doublespacing
\linenumbers
\section{Introduction}
\Sexpr{knit_child('lib/introduction.Rnw')}
\section{Materials \& Methods}
\Sexpr{knit_child('lib/materialsAndMethods.Rnw')}
\section{Portland, Oregon}
\Sexpr{knit_child('lib/portland.Rnw')}
\section{Discussion}
\Sexpr{knit_child('lib/discussion.Rnw')}
\clearpage
\section{Appendix}
\Sexpr{knit_child('lib/appendix.Rnw')}
\clearpage
\singlespacing
\nolinenumbers
\bibliography{./lib/ITHIM}
\end{document}