-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1005 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
31
32
33
34
35
Package: RVMMAT
Title: Retrospective Varying Coefficient Mixed Model Association Test
Version: 0.0.1.0
Authors@R:
c(person(given = "Gang",
family = "Xu",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Amei",
family = "Amei",
role = "aut"),
person(given = "Zuoheng",
family = "Wang",
role = "aut"))
Author: Gang Xu [aut, cre], Amei Amei [aut], Zuoheng Wang [aut]
Maintainer: Gang Xu <[email protected]>
Description: We propose a GLMM-based retrospective varying coefficient mixed model association test, RVMMAT, to detect genetic variant that affects the developmental patterns of a trait.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends: R (>= 2.12.1)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
expm,
stats,
mvtnorm,
MASS,
utils
VignetteBuilder: knitr