Package: survParamSim
Type: Package
Title: Parametric Survival Simulation with Parameter Uncertainty
Version: 0.1.2
Authors@R: c(
    person("Kenta", "Yoshida", , "6.kurabupasu@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
LazyData: true
Depends: R (>= 3.4.0),
Imports: magrittr (>= 1.5), mvtnorm, rlang, purrr, forcats, dplyr,
        tidyr, tibble, ggplot2, survival (>= 2.43), methods
Suggests: testthat (>= 2.1.0), vdiffr, knitr, rmarkdown, survminer
RoxygenNote: 7.1.0
Language: en-US
URL: https://github.com/yoshidk6/survParamSim
BugReports: https://github.com/yoshidk6/survParamSim/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-18 05:20:45 UTC; yoshidk6
Author: Kenta Yoshida [aut, cre] (<https://orcid.org/0000-0003-4967-3831>),
  Laurent Claret [aut]
Maintainer: Kenta Yoshida <6.kurabupasu@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-18 06:00:03 UTC
Built: R 4.0.2; ; 2020-08-02 14:38:22 UTC; windows
