Function reference
-
quick_start()
- Launch Example Survival Analysis Script using the easy_lung Data Set
-
quick_start2()
- Launch Example Survival Analysis Script using the easy_bc Data Set
-
quick_start3()
- Launch Example Survival Analysis Script using the easy_adtte Data Set
-
easy_adtte
- Formatted Copy of ggsurvfit::adtte
-
easy_bc
- Formatted Copy of flexsurv::bc
-
easy_lung
- Formatted Copy of survival::lung
-
inspect_surv_data()
- Inspect Survival Data
-
get_km()
- Generate Kaplan-Meier estimates
-
test_ph()
- Test Proportional Hazards Assumption
-
fit_models()
- Fit Survival Models
-
predict_and_plot()
- Predict and Plot Fitted Models
-
predict(<fit_models>)
- Predict method for
fit_models
-
plot(<fit_models>)
- Plot method for
fit_models
-
print(<inspect_surv_data>)
- Print methods for
inspect_surv_data()
-
print(<get_km>)
- Print methods for
get_km()
-
print(<test_ph>)
- Print methods for
test_ph()
-
print(<fit_models>)
- Print methods for
fit_models()
-
print(<predict_and_plot>)
- Print methods for
predict_and_plot()
-
plot_cloglog()
- Cumulative Log Log Plot
-
plot_km()
- Plot Kaplan-Meier Data
-
plot_schoenfeld()
- Plot Schoenfeld Residuals
-
theme_easysurv()
- Plot Theme for easysurv Survival and Hazard Plots
-
theme_risktable_easysurv()
- Plot Theme for easysurv Risk Tables
-
get_schoenfeld()
- Extract Schoenfeld Residuals
-
write_to_xl()
- Export easysurv output to Excel via
openxlsx