Just some bits of code to help clean up and display statistical analyses, largely in R.
Below are the current functions:
pander_lme
: Clean up anlme4
model output in apander
-like table.- Requirements:
pander
- Optional: Create caption with marginal (i.e., considering fixed effects only) and conditional (i.e., considering both fixed and random effects) R-squared.
- Requirements:
MuMIn
- Requirements:
- Requirements:
pander_lm
: Clean up anlm
model output in apander
-like table.- Requirements:
pander
- Optional: Create caption with adjusted R-squared and F-statistics.
- Requirements:
pander_lme_to_latex
: Export the output of anlme4
model in a LaTex-friendly file.- Requirements:
pander
Hmisc
plyr
dplyr
- Note: The resulting table still contains row indices. These must be manually deleted from the resulting
.tex
file if they are not needed.
- Requirements:
pander_anova
: Clean up ananova
model output in apander
-like table, including adjusted R-squared and F-statistics in the caption.- Requirements:
pander
dplyr
- Requirements:
xtable_lme
: Clean up anlme4
model output in anxtable
-compatible table.- Requirements:
pander
dplyr
xtable
- Requirements: