R

Simulating parametric survival model with parametric bootstrap to capture uncertainty

R

I recently released an R package on CRAN calledsurvParamSim for parametric survival simulation, and here want to describe a bit more on details & motivations behind developing this package. Parametric Survival Simulation with Parameter Unc…

Using purrr's map family functions in dplyr::mutate

R

map family functions of the purrr package are very useful for using non-vectorized functions in dplyr::mutate chain (see GitHub - jennybc/row-oriented-workflows: Row-oriented workflows in R with the tidyverse or https://www.jimhester.com/2…