-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
92 lines (91 loc) · 2.55 KB
/
NAMESPACE
File metadata and controls
92 lines (91 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
export(format_p_value)
export(generate_rcs_plot)
export(get_forest_theme)
export(highlow_analysis)
export(make_baseline_table)
export(quartile_logistic_analysis)
export(quartile_multinomial_analysis)
export(run_analysis_rcs)
export(run_multivariable_cox_regression)
export(run_multivariable_logistic_regression)
export(run_multivariable_multinomial_logistic_regression)
export(run_reclassification_analysis)
export(run_roc_analysis)
export(run_univariate_logistic_regression)
export(scatter_lm)
export(scatter_lm_marginal)
export(subgroup_forest)
export(tm_blue)
export(tm_cyan)
export(tm_default)
export(tm_green)
export(use_clinkit_project)
export(use_module_baseline)
export(use_module_forest)
export(use_module_highlow)
export(use_module_multivariable)
export(use_module_rcs)
export(use_module_reclassification)
export(use_module_roc)
export(use_module_univariate)
importFrom(dplyr,"%>%")
importFrom(dplyr,`%>%`)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(gtsummary,add_overall)
importFrom(gtsummary,add_p)
importFrom(gtsummary,as_flex_table)
importFrom(gtsummary,bold_labels)
importFrom(gtsummary,modify_fmt_fun)
importFrom(gtsummary,tbl_summary)
importFrom(purrr,map_dfr)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,confint.default)
importFrom(stats,glm)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,reformulate)
importFrom(stats,relevel)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(utils,write.csv)