stRoke/NAMESPACE

17 lines
343 B
Plaintext
Raw Normal View History

2022-09-22 14:20:46 +02:00
# Generated by roxygen2: do not edit by hand
export(age_calc)
export(cpr_check)
export(cpr_dob)
2022-09-22 15:45:40 +02:00
export(cpr_female)
export(generic_stroke)
2022-09-23 12:05:32 +02:00
export(plot_olr)
2022-09-22 15:45:40 +02:00
export(quantile_cut)
2022-09-23 12:05:32 +02:00
import(MASS)
import(ggplot2)
import(stats)
importFrom(MASS,polr)
importFrom(gtsummary,add_overall)
importFrom(gtsummary,tbl_summary)
importFrom(rankinPlot,grottaBar)