-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (26 loc) · 838 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: CherryModels
Type: Package
Title: Facilitate Linear Mixed-Effects Models reduction
Version: 0.1.0
Author: Julian Selke
Maintainer: Julian Selke <julianselke@web.de>
Description: The <b>CherryModels</b> 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()`.
License: GNU General Public License v3.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
callr,
DT,
furrr,
lmerTest,
magrittr,
psych,
rje,
shiny,
shinyBS,
tidyverse