Skip to content

Commit c92e647

Browse files
Update DESCRIPTION
1 parent 1edbee2 commit c92e647

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Title: ACE Kin Pair Data Simulations and Model Fitting
33
Version: 0.0.0.9
44
Authors@R:
55
c(person("Xuanyu", "Lyu", email = "lyux20@wfu.edu", role = c("aut", "cre")),
6-
person("S.Mason", "Garrison",email = "garrissm@wfu.edu", role = "aut"))
7-
Description: A few functions aim to provide a statistic tool for three purposes. First, simulate kin pairs data based on the assumption that every trait is affected by genetic effects (A), common environmental effects (C) and unique environmental effects (E).Second, use kin pairs data to fit an ACE model and get model fit output.Third, calculate power of A estimate given a specific condition. For the mechanisms of power calculation, we suggest to check Visscher(2004)<doi:10.1375/twin.7.5.505>.
6+
person("S.Mason", "Garrison", email = "garrissm@wfu.edu", role = "aut"))
7+
Description: A few functions aim to provide a statistic tool for three purposes. First, simulate kin pairs data based on the assumption that every trait is affected by genetic effects (A), common environmental effects (C) and unique environmental effects (E). Second, use kin pairs data to fit an ACE model and get model fit output. Third, calculate power of A estimate given a specific condition. For the mechanisms of power calculation, we suggest to check Visscher(2004) <doi:10.1375/twin.7.5.505>.
88
License: MIT + file LICENSE
99
Encoding: UTF-8
1010
Roxygen: list(markdown = TRUE)
@@ -15,6 +15,7 @@ Imports:
1515
Suggests:
1616
knitr,
1717
testthat (>= 3.0.0),
18-
rmarkdown
18+
rmarkdown,
19+
BGmisc
1920
Config/testthat/edition: 3
2021
VignetteBuilder: knitr

0 commit comments

Comments
 (0)