Package: gee4
Type: Package
Title: Generalised Estimating Equations (GEE/WGEE) using 'Armadillo'
        and S4
Version: 0.1.0.0
Authors@R: c(person("Jianxin", "Pan", email = "Jianxin.Pan@manchester.ac.uk", 
                    role = c("aut")),
             person("Yi", "Pan", email = "ypan1988@gmail.com", 
                    role = c("aut", "cre")))
Maintainer: Yi Pan <ypan1988@gmail.com>
Description: Fit joint mean-covariance models for longitudinal data within the 
    framework of (weighted) generalised estimating equations (GEE/WGEE). The 
    models and their components are represented using S4 classes and methods. 
    The core computational algorithms are implemented using the 'Armadillo' C++ 
    library for numerical linear algebra and 'RcppArmadillo' glue.
License: GPL (>= 2)
LazyData: TRUE
SystemRequirements: C++11
Depends: R (>= 3.2.2)
Imports: Formula, methods, Rcpp (>= 0.12.4)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
NeedsCompilation: yes
Author: Jianxin Pan [aut],
    Yi Pan [aut, cre]
URL: https://github.com/ypan1988/gee4/
BugReports: https://github.com/ypan1988/gee4/issues/
Packaged: 2017-03-14 23:38:21 UTC; yipan
Repository: CRAN
Date/Publication: 2017-03-15 08:49:09
Built: R 4.0.2; x86_64-w64-mingw32; 2020-08-02 09:54:32 UTC; windows
Archs: i386, x64
