The core of this 'Rcpp' based package is several functions to estimate the baseline hazard, frailty variance, and fixed effect parameter for a discrete-time shared frailty model with random effects. The functions are designed to analyze grouped time-to-event data accounting for family structure of related individuals (i.e., trios). The core functions include two processes: (1) evaluate the multivariable integration to compute the exact proportional hazards model based likelihood and (2) estimate the desired parameters using maximum likelihood estimation. The integration is evaluated by the 'Cuhre' algorithm from the 'Cuba' library (Hahn, T., Cuba-a library for multidimensional numerical integration, Comput. Phys. Commun. 168, 2005, 78-95 <doi:10.1016/j.cpc.2005.01.010>), and the source files of the 'Cuhre' function are included in this package. The maximization process is carried out using Brent's algorithm, with the 'C++' code file from John Burkardt and John Denker (Brent, R.,Algorithms for Minimization without Derivatives, Dover, 2002, ISBN 0-486-41998-3).
Version: | 1.0.3 |
Imports: | Rcpp (≥ 0.12.4) |
LinkingTo: | Rcpp, BH |
Suggests: | knitr |
Published: | 2017-02-21 |
Author: | Jiaxing Lin, Alexander Sibley, Tracy Truong, Nancy Cox, Eileen Dolan, Yu Jiang, Janice McCarthy, Andrew Allen, Kouros Owzar, Zhiguo Li |
Maintainer: | Jiaxing Lin <jiaxing.lin at duke.edu> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Materials: | NEWS |
CRAN checks: | lclGWAS results |
Reference manual: | lclGWAS.pdf |
Vignettes: |
lclGWAS |
Package source: | lclGWAS_1.0.3.tar.gz |
Windows binaries: | r-devel: lclGWAS_1.0.3.zip, r-release: lclGWAS_1.0.3.zip, r-oldrel: lclGWAS_1.0.3.zip |
OS X El Capitan binaries: | r-release: lclGWAS_1.0.3.tgz |
OS X Mavericks binaries: | r-oldrel: lclGWAS_1.0.3.tgz |
Old sources: | lclGWAS archive |
Please use the canonical form https://CRAN.R-project.org/package=lclGWAS to link to this page.