Skip to content

R package to facilitate Linear Mixed-Effects Models reduction

License

Notifications You must be signed in to change notification settings

julianselke/CherryModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍒CherryModels

The CherryModels package facilitates computing thousands of linear mixed-effects models to determine the model that best explains your data. To this end, all combinations of fixed effects with and without interaction are generated and computed with lmerTest::lmer(). Subsequently, a step-wise model reduction is performed on every model with lmerTest::step().

Installation & introduction:

library(devtools)
install_github("julianselke/CherryModels", build_vignettes = TRUE)

vignette("CherryModels")

About

R package to facilitate Linear Mixed-Effects Models reduction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages