Last data update: 2014.03.03

drgee

Package: drgee
Type: Package
Title: Doubly Robust Generalized Estimating Equations
Version: 1.1.5
Date: 2016-04-19
Author: Johan Zetterqvist <johan.zetterqvist@ki.se> , Arvid Sjölander <arvid.sjolander@ki.se> with contributions from Alexander Ploner.
Maintainer: Johan Zetterqvist <johan.zetterqvist@ki.se>
Description: Fit restricted mean models for the conditional association
between an exposure and an outcome, given covariates. Three methods
are implemented: O-estimation, where a nuisance model for the
association between the covariates and the outcome is used;
E-estimation where a nuisance model for the association
between the covariates and the exposure is used, and doubly robust (DR)
estimation where both nuisance models are used. In DR-estimation,
the estimates will be consistent when at least one of the nuisance
models is correctly specified, not necessarily both.
Depends: stats, nleqslv, survival, R (>= 3.0.0), Rcpp, data.table
LinkingTo: Rcpp, RcppArmadillo
License: GPL-2 | GPL-3
NeedsCompilation: yes
Encoding: UTF-8
Packaged: 2016-04-19 13:29:30 UTC; johanzetterqvist
Repository: CRAN
Date/Publication: 2016-04-25 15:32:12

● Cran Task View: Robust
● 0 images, 6 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'drgee' ...
** package 'drgee' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c center.cpp -o center.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c condit.cpp -o condit.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o drgee.so center.o condit.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/drgee/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'drgee'
    finding HTML links ... done
    drgee-package                           html  
    drgee                                   html  
    drgeeData                               html  
    findRoots                               html  
    finding level-2 HTML links ... done

    gee                                     html  
    robVcov                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (drgee)
Making 'packages.html' ... done