Package: survParamSim
Type: Package
Title: Parametric Survival Simulation with Parameter Uncertainty
Version: 0.1.5
Authors@R: c(
    person("Kenta", "Yoshida", , "yoshida.kenta.6@gmail.com", c("aut", "cre"), 
      comment = c(ORCID = "0000-0003-4967-3831")),
    person("Laurent", "Claret", , , c("aut")))
Description: Perform survival simulation with parametric survival model generated from 'survreg' function in 'survival' package.
    In each simulation coefficients are resampled from variance-covariance matrix of parameter estimates to 
    capture uncertainty in model parameters.
    Prediction intervals of Kaplan-Meier estimates and hazard ratio of treatment effect can be further calculated using simulated survival data.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.4.0),
Imports: broom, dplyr, forcats, ggplot2, lifecycle (>= 0.2.0), magrittr
        (>= 1.5), methods, mvtnorm, purrr, rlang, survival (>= 2.43),
        tibble, tidyr (>= 1.1),
Suggests: knitr, rmarkdown, survminer, testthat (>= 2.1.0), vdiffr,
        withr
RoxygenNote: 7.1.1
Language: en-US
URL: https://github.com/yoshidk6/survParamSim
BugReports: https://github.com/yoshidk6/survParamSim/issues
VignetteBuilder: knitr
RdMacros: lifecycle
NeedsCompilation: no
Packaged: 2021-04-26 19:45:44 UTC; yoshidk6
Author: Kenta Yoshida [aut, cre] (<https://orcid.org/0000-0003-4967-3831>),
  Laurent Claret [aut]
Maintainer: Kenta Yoshida <yoshida.kenta.6@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-26 22:10:02 UTC
Built: R 4.0.2; ; 2021-04-27 11:04:06 UTC; unix
