Skip to content

a-paxton/stats-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stats-tools

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 an lme4 model output in a pander-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
  • pander_lm: Clean up an lm model output in a pander-like table.
    • Requirements:
      • pander
    • Optional: Create caption with adjusted R-squared and F-statistics.
  • pander_lme_to_latex: Export the output of an lme4 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.
  • pander_anova: Clean up an anova model output in a pander-like table, including adjusted R-squared and F-statistics in the caption.
    • Requirements:
      • pander
      • dplyr
  • xtable_lme: Clean up an lme4 model output in an xtable-compatible table.
    • Requirements:
      • pander
      • dplyr
      • xtable

About

Bits of code to help clean up and display statistical analyses, largely in R.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages