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)
|
2023-01-11 12:54:08 +01:00
|
|
|
export(files_filter)
|
2022-09-30 12:57:23 +02:00
|
|
|
export(generic_stroke)
|
2022-11-25 14:30:57 +01:00
|
|
|
export(index_plot)
|
2022-12-06 14:42:15 +01:00
|
|
|
export(label_select)
|
2022-09-22 15:45:40 +02:00
|
|
|
export(quantile_cut)
|
2022-10-28 12:23:22 +02:00
|
|
|
export(source_lines)
|
2023-01-18 09:31:19 +01:00
|
|
|
export(win_prob)
|
2023-01-25 19:51:18 +01:00
|
|
|
export(write_ical)
|
2022-09-23 12:05:32 +02:00
|
|
|
import(ggplot2)
|
2023-01-11 12:54:08 +01:00
|
|
|
import(utils)
|
2022-09-30 12:57:23 +02:00
|
|
|
importFrom(MASS,polr)
|
2023-01-25 19:51:18 +01:00
|
|
|
importFrom(calendar,ic_guid)
|
|
|
|
importFrom(calendar,ic_write)
|
|
|
|
importFrom(dplyr,if_else)
|
2022-11-25 14:30:57 +01:00
|
|
|
importFrom(dplyr,mutate)
|
|
|
|
importFrom(dplyr,select)
|
2022-09-30 12:57:23 +02:00
|
|
|
importFrom(gtsummary,add_overall)
|
|
|
|
importFrom(gtsummary,tbl_summary)
|
2023-01-25 19:51:18 +01:00
|
|
|
importFrom(lubridate,dminutes)
|
|
|
|
importFrom(lubridate,hms)
|
|
|
|
importFrom(lubridate,ymd)
|
2022-09-30 12:57:23 +02:00
|
|
|
importFrom(rankinPlot,grottaBar)
|
2022-11-28 09:36:04 +01:00
|
|
|
importFrom(stats,as.formula)
|
2023-01-11 12:54:08 +01:00
|
|
|
importFrom(stats,binomial)
|
2022-11-28 09:36:04 +01:00
|
|
|
importFrom(stats,coef)
|
|
|
|
importFrom(stats,confint)
|
2023-01-11 12:54:08 +01:00
|
|
|
importFrom(stats,glm)
|
2022-11-28 09:36:04 +01:00
|
|
|
importFrom(stats,lm)
|
2023-01-18 09:31:19 +01:00
|
|
|
importFrom(stats,pnorm)
|
|
|
|
importFrom(stats,qnorm)
|
2022-11-28 09:36:04 +01:00
|
|
|
importFrom(stats,quantile)
|
|
|
|
importFrom(stats,reorder)
|
2023-01-18 09:31:19 +01:00
|
|
|
importFrom(stats,xtabs)
|
2022-11-28 09:36:04 +01:00
|
|
|
importFrom(tidyr,all_of)
|
|
|
|
importFrom(tidyr,ends_with)
|
|
|
|
importFrom(tidyr,pivot_longer)
|