forked from jknowles/merTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.09 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: merTools
Title: Tools for Analyzing Mixed Effect Regression Models
Version: 0.5.2
Authors@R: c(
person(c("Jared", "E."), "Knowles", email = "[email protected]", role = c("aut", "cre")),
person("Carl", "Frederick", email="[email protected]", role = c("aut")),
person("Alex", "Whitworth", email="[email protected]", role = c("ctb")))
Description: Provides methods for extracting results from mixed-effect model
objects fit with the 'lme4' package. Allows construction of prediction intervals
efficiently from large scale linear and generalized linear mixed-effects models.
Depends:
R (>= 3.0.2),
arm,
lme4 (>= 1.1-11),
methods
Suggests:
testthat,
knitr,
rmarkdown,
parallel,
nlme,
future.apply,
rstanarm,
Amelia,
DT
Imports:
dplyr,
mvtnorm,
foreach,
shiny,
abind,
ggplot2,
blme,
broom.mixed,
Matrix
License: GPL (>=2)
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.0
Encoding: UTF-8
BugReports: https://www.github.com/jknowles/merTools