This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathExampleProject.tex
182 lines (147 loc) · 5.82 KB
/
ExampleProject.tex
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
\documentclass[12pt,english]{article}
\usepackage{mathptmx}
\usepackage{color}
\usepackage[dvipsnames]{xcolor}
\definecolor{darkblue}{RGB}{0.,0.,139.}
\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
\usepackage{amsmath}
\usepackage{amstext}
\usepackage{amssymb}
\usepackage{setspace}
\usepackage{lipsum}
\usepackage[authoryear]{natbib}
\usepackage{url}
\usepackage{booktabs}
\usepackage[flushleft]{threeparttable}
\usepackage{graphicx}
\usepackage[english]{babel}
\usepackage{pdflscape}
\usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=true,pdfborder={0 0 0},backref=false,
colorlinks,citecolor=black,filecolor=black,
linkcolor=black,urlcolor=black]
{hyperref}
\usepackage[all]{hypcap} % Links point to top of image, builds on hyperref
\usepackage{breakurl} % Allows urls to wrap, including hyperref
\linespread{2}
\begin{document}
\begin{singlespace}
\title{Further Examination of an Important Research Question\thanks{Acknowledgements here, if any.}}
\end{singlespace}
\author{Student Name\thanks{Department of Economics, University of Oklahoma.\
E-mail~address:~\href{mailto:student.name@ou.edu}{student.name@ou.edu}}}
% \date{\today}
\date{May 9, 2020}
\maketitle
\begin{abstract}
\begin{singlespace}
A short summary of what question the project answers, what methods are used, and any policy (or business) implications from the findings.
\end{singlespace}
\end{abstract}
\vfill{}
\pagebreak{}
\section{Introduction}\label{sec:intro}
\lipsum[3-5]
\section{Literature Review}\label{sec:litreview}
Previous work by \citet{altonji1993} shows that educational decisions are an important determinant of later-life earnings. This point is driven further in follow-up work by \citet{altonji_al2012} and \citet{altonji_al2016}.
\lipsum[3-5]
\section{Data}\label{sec:data}
The primary data source for this research is the 2000 Decennial Census. Table \ref{tab:descriptives} contains summary statistics.
\lipsum[2-5]
\section{Empirical Methods}\label{sec:methods}
While my approach explores a number of different approaches, the primary empirical model can be depicted in the following equation:
\begin{equation}
\label{eq:1}
Y_{it}=\alpha_{0} + \alpha_{1}Z_{it} + \alpha_{2} X_{it} + \varepsilon,
\end{equation}
where $Y_{it}$ is a continuous outcome variable for unit $i$ in year $t$, and $Z_{it}$ are characteristics about the firm at which $i$ is working, while $X_{it}$ are characteristics about $i$. The parameter of interest is $\alpha_{1}$.
\lipsum[1-6]
\section{Research Findings}\label{sec:results}
The main results are reported in Table \ref{tab:estimates}.
\lipsum[3-9]
\section{Conclusion}\label{sec:conclusion}
\lipsum[3-4]
\vfill
\pagebreak{}
\begin{spacing}{1.0}
\bibliographystyle{jpe}
\bibliography{References.bib}
\addcontentsline{toc}{section}{References}
\end{spacing}
\vfill
\pagebreak{}
\clearpage
%========================================
% FIGURES AND TABLES
%========================================
\section*{Figures and Tables}\label{sec:figTables}
\addcontentsline{toc}{section}{Figures and Tables}
%----------------------------------------
% Figure 1
%----------------------------------------
\begin{figure}[ht]
\centering
\bigskip{}
\includegraphics[width=.9\linewidth]{fig1.eps}
\caption{Figure caption goes here}
\label{fig:fig1}
\end{figure}
%----------------------------------------
% Table 1
%----------------------------------------
\begin{table}[ht]
\caption{Summary Statistics of Variables of Interest}
\label{tab:descriptives}
\centering
\begin{threeparttable}
\begin{tabular}{lcccc}
&&&&\\
\multicolumn{5}{l}{\emph{Panel A: Summary Statistics for Variables of Interest}}\\
\toprule
& Mean & Std. Dev. & Min & Max \\
\midrule
Outcome variable 1 & 4.127 & 1.709 & 0.000 & 8.516 \\
Outcome variable 2 & 1.293 & 0.648 & 0.000 & 0.216 \\
Policy variable & 0.685 & 0.464 & 0.000 & 1.000 \\
Control variable 1 & 0.451 & 0.497 & 0.000 & 1.000 \\
Control variable 2 & 0.322 & 0.467 & 0.000 & 1.000 \\
&&&&\\
\multicolumn{5}{l}{\emph{Panel B: Sample Means of Outcome Variables for Subgroups}}\\
\midrule
& Group 1 & Group 2 & Group 3 & Group 4 \\
\midrule
Outcome variable 1 & 1.782 & 2.181 & 3.749 & 4.127 \\
Outcome variable 2 & 0.824 & 0.971 & 1.215 & 1.693 \\
\midrule
$N$ & 25,796 & 75,879 & 37,157 & 33,839 \\
\bottomrule
\end{tabular}
\footnotesize Notes: Put any notes about the table here. Sample size for all variables in Panel A is $N=172,671$.
\end{threeparttable}
\end{table}
%----------------------------------------
% Table 2
%----------------------------------------
\begin{table}[ht]
\caption{Empirical estimates of parameter of interest}
\label{tab:estimates}
\centering
\begin{threeparttable}
\begin{tabular}{lcc}
\toprule
& Few Controls & Many Controls \\
\midrule
Variable of interest & -1.977*** & -0.536** \\
& (0.219) & (0.214) \\
Individual characteristics & $\checkmark$ & $\checkmark$\\
Firm characteristics & & $\checkmark$\\
Location dummies & & $\checkmark$\\
\midrule
$N$ & 172,671 & 172,671 \\
\bottomrule
\end{tabular}
\footnotesize Notes: Table notes here. Standard errors in parentheses. ***Significantly different from zero at the 1\% level; **Significantly different from zero at the 5\% level.
\end{threeparttable}
\end{table}
\end{document}