Changelog
Source:NEWS.md
survParamSim 0.1.7
Major changes
- Implemented
calc_ave_hr_pi()
andcalc_ave_km_pi()
. Simulate the entire survival curve rather than a single survival time for each individual, then take average of the curves to generate the population survival curve, for the purpose of HR and KM curve calculations.
survParamSim 0.1.6
CRAN release: 2022-06-03
Minor changes
- Fix error when the same variable is included in both
group
andtrt
forcalc_km_pi()
survParamSim 0.1.5
CRAN release: 2021-04-26
Minor changes
New function
extract_medsurv_delta_pi()
will return prediction intervals of the difference of median survival time between treatmentThe
extract_median_surv()
function was deprecated and superseded byextract_medsurv_pi()
for consistent name conventionsNew function
extract_medsurv()
will return raw median survival time per simulationNew function
surv_param_sim_pre_resampled()
enables simulation with an already resampled datasetNew function
calc_km_pi()
shows warning when there are survival simulations for which median survival times were not reachedcalc_hr_pi()
can now calculate hazard ratios for dataset with more than two treatment groups
survParamSim 0.1.2
CRAN release: 2020-06-18
Minor changes
- Bug fix of
surv_param_sim_resample()
withtidyr >= 1.0.0