Package: simsurv
Type: Package
Title: Simulate Survival Data
Version: 0.2.0
Authors@R: c(person("Sam", "Brilleman", email = "sam.brilleman@monash.edu", 
             role = c("cre", "aut", "cph")))
Maintainer: Sam Brilleman <sam.brilleman@monash.edu>
Description: Simulate survival times from standard parametric survival 
    distributions (exponential, Weibull, Gompertz), 2-component mixture 
    distributions, or a user-defined hazard, log hazard, cumulative hazard,
    or log cumulative hazard function. Baseline 
    covariates can be included under a proportional hazards assumption. Time 
    dependent effects (i.e. non-proportional hazards) can be included by 
    interacting covariates with linear time or some transformation of time.
    The 2-component mixture distributions can allow for a variety of flexible
    baseline hazard functions. If the user wishes to provide a user-defined 
    hazard or log hazard function then this is possible, and the resulting
    cumulative hazard function does not need to have a closed-form solution. 
    Note that this package is modelled on the 'survsim' package available in 
    the 'Stata' software (see Crowther and Lambert (2012) 
    <http://www.stata-journal.com/sjpdf.html?articlenum=st0275> or 
    Crowther and Lambert (2013) <doi:10.1002/sim.5823>).
License: GPL (>= 3) | file LICENSE
Depends: R (>= 3.3.0)
Imports: methods, stats
Suggests: eha (>= 2.4.5), flexsurv (>= 1.1.0), knitr (>= 1.15.1), MASS,
        rstpm2 (>= 1.4.1), survival (>= 2.40.1), testthat (>= 1.0.2)
VignetteBuilder: knitr
LazyData: true
BugReports: https://github.com/sambrilleman/simsurv/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-02-26 08:22:08 UTC; brillems
Author: Sam Brilleman [cre, aut, cph]
Repository: CRAN
Date/Publication: 2018-03-06 04:19:17 UTC
Built: R 3.3.3; ; 2018-04-22 14:51:39 UTC; windows
