stRoke/NAMESPACE

32 lines
732 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)
2022-10-11 08:25:39 +02:00
export(ci_plot)
2022-09-22 14:20:46 +02:00
export(cpr_check)
export(cpr_dob)
2022-09-22 15:45:40 +02:00
export(cpr_female)
export(generic_stroke)
2022-11-25 14:30:57 +01:00
export(index_plot)
export(label_select)
2022-09-23 12:05:32 +02:00
export(plot_olr)
2022-09-22 15:45:40 +02:00
export(quantile_cut)
export(read_redcap_tables)
export(source_lines)
2022-09-23 12:05:32 +02:00
import(ggplot2)
importFrom(MASS,polr)
2022-11-25 14:30:57 +01:00
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(gtsummary,add_overall)
importFrom(gtsummary,tbl_summary)
importFrom(rankinPlot,grottaBar)
2022-11-28 09:36:04 +01:00
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(tidyr,all_of)
importFrom(tidyr,ends_with)
importFrom(tidyr,pivot_longer)