I have ggplot loaded in but keep getting "could not find function "ggsurvplot" error. Any tips to reslove this error?
ggsurvplot(fit, conf.int = TRUE, legend.labs = c("Sex=1", "Sex=2"),
ggtheme = theme_minimal())
#> Error in ggsurvplot(fit, conf.int = TRUE, legend.labs = c("Sex=1", "Sex=2"), : could not find function "ggsurvplot"