-
Notifications
You must be signed in to change notification settings - Fork 0
/
draft.tex
121 lines (78 loc) · 2.12 KB
/
draft.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
%\documentclass[AER, draftmode]{AEA}
\documentclass[oneside,12pt]{article}
\input{preamble.tex}
\onehalfspacing
%%% HELPER CODE FOR DEALING WITH EXTERNAL REFERENCES
\usepackage{xr}
\makeatletter
\newcommand*{\addFileDependency}[1]{
\typeout{(#1)}
\@addtofilelist{#1}
\IfFileExists{#1}{}{\typeout{No file #1.}}
}
\makeatother
\newcommand*{\myexternaldocument}[1]{
\externaldocument{#1}
\addFileDependency{#1.tex}
\addFileDependency{#1.aux}
}
%\myexternaldocument{OA}
%----------------------------------------------------------------
\begin{document}
\begin{table}[!ht]
\caption{Variables to predict quality}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/vars_calidad.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\begin{table}[!ht]
\caption{OOS measures prediction ratings}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/oos_mods.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\begin{table}[!ht]
\caption{Variable Importance}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/var_imp.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\begin{table}[!ht]
\caption{Ratings vs Outomes}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/outcome_quality.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\begin{table}[!ht]
\caption{Quality TE}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/te_outcome_ofirec.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\begin{table}[!ht]
\caption{Case value (unconditional)}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/oosX.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\begin{table}[!ht]
\caption{Case value (conditional on filing)}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/oosZ.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\begin{table}[!ht]
\caption{Case value by treatment}
\label{tab:SS}
\center
\scriptsize{\input{./Tables/case_Value.tex}}
%\textit{Do file: } \texttt{SS_draft}
\end{table}
\end{document}