stRoke/NAMESPACE

59 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-09-22 14:20:46 +02:00
# Generated by roxygen2: do not edit by hand
2023-05-17 14:40:51 +02:00
S3method(print,win_Prob)
2023-09-05 23:11:14 +02:00
export(add_padding)
2022-09-22 14:20:46 +02:00
export(age_calc)
2023-09-05 19:08:52 +02:00
export(chunks_of_n)
2022-10-11 08:25:39 +02:00
export(ci_plot)
2023-06-05 11:08:07 +02:00
export(color_plot)
2023-04-12 13:59:26 +02:00
export(contrast_text)
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-04-12 13:59:26 +02:00
export(ds2dd)
2024-02-07 20:57:26 +01:00
export(ds2ical)
2023-01-11 12:54:08 +01:00
export(files_filter)
export(generic_stroke)
2022-11-25 14:30:57 +01:00
export(index_plot)
export(label_select)
2024-02-07 20:57:26 +01:00
export(mfi_domains)
2023-09-05 19:08:52 +02:00
export(n_chunks)
export(pase_calc)
2022-09-22 15:45:40 +02:00
export(quantile_cut)
export(source_lines)
2023-09-05 19:08:52 +02:00
export(str_extract)
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)
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)
2023-04-12 13:59:26 +02:00
importFrom(grDevices,col2rgb)
2023-06-05 11:08:07 +02:00
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(graphics,text)
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)
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)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
2022-11-28 09:36:04 +01:00
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,xtabs)
2022-11-28 09:36:04 +01:00
importFrom(tidyr,all_of)
importFrom(tidyr,ends_with)
importFrom(tidyr,pivot_longer)