-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1 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
Package: ICCier
Title: Computes ICCs, per person, or per observation, using the Bayesian mixed effects location scale model
Version: 0.0.0.9200
Authors@R:
person(given = "Stephen",
family = "Martin",
role = c("aut", "cre"),
email = "stephenSRMMartin@gmail.com"
)
Description: Computes intraclass correlations (ICCs). This can be in general (classic ICC), per person, or per observation within persons.
License: GPL (>=3)
Depends:
methods,
R (>= 3.4.0),
Rcpp (>= 1.0.1)
Imports:
rstan (>= 2.18.2),
rstantools (>= 1.5.1),
mvtnorm (>= 1.0-10),
Matrix (>= 1.2-17),
Formula (>= 1.2),
loo (>= 2.1.0),
parallel (>= 3.5.3),
nlme (>= 3.1-140)
LinkingTo:
BH (>= 1.69.0-1),
Rcpp (>= 1.0.1),
RcppEigen (>= 0.3.3.5.0),
rstan (>= 2.18.2),
StanHeaders (>= 2.18.1)
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
SystemRequirements: GNU make
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr