-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 910 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
28
29
30
Package: MMeM
Title: Multivariate Mixed Effects Model
Version: 0.1.1
Depends:
R (>= 3.3.0)
Authors@R:
c(person(given = "Luyao",
family = "Peng",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Rui",
family = "Yang",
role = c("aut"),
email = "[email protected]"))
Maintainer: Luyao Peng <[email protected]>
Description: Analyzing data under multivariate mixed effects model using multivariate REML and multivariate Henderson3 methods.
See Meyer (1985) <doi:10.2307/2530651> and Wesolowska Janczarek (1984) <doi:10.1002/bimj.4710260613>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: stats,
MASS,
Matrix,
jointDiag,
lme4,
matrixcalc,
psych,
stringr
BugReports: https://github.com/pengluyaoyao/MMeM/issues