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,23 @@
% I modified the style of the table output from texreg but kept the numbers the same, except that I replaced very small numbers with <1e-6
\begin{table}
\begin{center}
\begin{tabular*}{\columnwidth}{@{\extracolsep{\fill}} l d{1.2} d{1.2} d{1.2}}
& \multicolumn{1}{c}{\(\beta\)} & \multicolumn{1}{c}{\(SE\)} & \multicolumn{1}{c}{\(p~\mathrm{value}\)} \\
\midrule
Intercept & -2.83 & 0.88 & <0.001 \\
Reverted & -0.72 & 0.04 & <0.001 \\
Messaged & 0.68 & 0.01 & <0.001 \\
Tool reverted & -0.22 & 0.28 & 0.43 \\
Session edits & 0.33 & 0.01 & <0.001 \\
Wiki age & -0.37 & 0.07 & <0.001 \\
\midrule
Deviance & \multicolumn{3}{l}{262447} \\
Num. obs. & \multicolumn{3}{l}{329636} \\
\bottomrule
\end{tabular*}
\caption{Coefficient and standard errors estimated from our fitted logistic regression predicting newcomer survival. Coefficients for wiki and quarter are omitted from this table but available in the supplementary material.}
\label{table:regression.1}
\end{center}
\end{table}

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}