The goal of kmcurvely is to ...
You can install the development version of kmcurvely from GitHub with:
# install.packages("remotes")
remotes::install_github("MSDLLCPapers/kmcurvely")
This is a basic example which shows you how to solve a common problem:
# Example usage of kmcurvely function
meta <- meta_tte_example()
kmcurvely(meta = meta,
population = "apat",
observation = "efficacy_population",
endpoint = "pfs;os",
subgroup = "male;female")