-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: ACEsimFit
Title: ACE Kin Pair Data Simulations and Model Fitting
Version: 0.0.1.0
Date: 2025
Authors@R:
c(person("Xuanyu", "Lyu", email = "lyux20@wfu.edu", role = c("aut", "cre")),
person("S.Mason", "Garrison", email = "garrissm@wfu.edu", role = "aut"))
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 read Visscher (2004) <doi:10.1375/twin.7.5.505>, as well as Lyu and Garrison (2023) <doi:10.1017/thg.2023.40>
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
OpenMx (>= 2.19.6),
stats (>= 3.5.0)
Suggests:
knitr,
testthat (>= 3.0.0),
rmarkdown,
BGmisc
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://r-computing-lab.github.io/ACEsimFit/
Config/roxygen2/version: 8.0.0