1
0

Initial commit

p#	new file:   runwikiq.sh
This commit is contained in:
2018-06-02 15:32:19 -07:00
commit 72633c193b
202 changed files with 21929 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
% I modified the style of the table output from texreg but kept the numbers the same, except that I replaced very small p values with <1e-6
\begin{table}
\begin{center}
\begin{tabular*}{\columnwidth}{@{\extracolsep{\fill}} l D{.}{.}{2.2} D{.}{.}{3.2} D{.}{.}{1.2}}
& \multicolumn{1}{c}{\(\beta\)} & \multicolumn{1}{c}{\(SE\)} & \multicolumn{1}{c}{\(p~\mathrm{value}\)} \\
\midrule
Intercept & -18.40 & 500.60 & 0.97 \\
Editor tenure & -0.44 & 0.02 & <0.001 \\
Wiki age & 0.68 & 0.11 & <0.001 \\
\midrule
Deviance & \multicolumn{3}{l}{96585} \\
Num. obs. & \multicolumn{3}{l}{703614} \\
\bottomrule
\end{tabular*}
\caption{Fitted estimated from our fitted logistic regressions predicting reverts of edits to project namespace pages. Categorical variables for wiki and quarter are omitted from this table but available in the supplementary material.}
\label{table.regression.2}
\end{center}
\end{table}