Package: eventglm
Type: Package
Title: Regression Models for Event History Outcomes
Version: 1.2.2
Date: 2022-04-26
Authors@R: 
    c(person(given = "Michael C",
             family = "Sachs",
             role = c("aut", "cre"),
             email = "sachsmc@gmail.com"),
      person(given = "Erin E", 
      family = "Gabriel", 
      role = "aut"),
      person(given = "Morten", family = "Overgaard",
             role = c("ctb"), 
             comment = "Corrected variance calculation"),
      person(given = "Thomas A", family = "Gerds", 
      role = "ctb", comment = "Fast computation of leave one out cumulative incidence"),
      person(given = "Terry", family = "Therneau",
             role = "ctb",
             comment = "Restricted mean computation"))
Description: A user friendly, easy to understand way of doing event
    history regression for marginal estimands of interest,
    including the cumulative incidence and the restricted mean
    survival, using the pseudo observation framework for 
    estimation. For a review of the methodology, see Andersen and
    Pohar Perme (2010) <doi:10.1177/0962280209105020> or Sachs 
    and Gabriel (2022) <doi:10.18637/jss.v102.i09>. The
    interface uses the well known formulation of a generalized
    linear model and allows for features including plotting of 
    residuals, the use of sampling weights, and corrected
    variance estimation. 
License: GPL-3
URL: https://sachsmc.github.io/eventglm/
BugReports: https://github.com/sachsmc/eventglm/issues/
Encoding: UTF-8
LazyData: true
Suggests: testthat, prodlim, knitr, rmarkdown, rio, data.table
RoxygenNote: 7.1.1
Imports: survival, sandwich, stats, geepack
Depends: R (>= 2.10)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-04-26 10:35:20 UTC; micsac
Author: Michael C Sachs [aut, cre],
  Erin E Gabriel [aut],
  Morten Overgaard [ctb] (Corrected variance calculation),
  Thomas A Gerds [ctb] (Fast computation of leave one out cumulative
    incidence),
  Terry Therneau [ctb] (Restricted mean computation)
Maintainer: Michael C Sachs <sachsmc@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-26 11:20:09 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 19:10:22 UTC; windows
Archs: i386, x64
