forked from churchill-lab/intermediate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
117 lines (116 loc) · 3.2 KB
/
NAMESPACE
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Generated by roxygen2: do not edit by hand
S3method(autoplot,mediation_effect)
S3method(autoplot,mediation_index)
S3method(autoplot,mediation_joint)
S3method(autoplot,mediation_scan)
S3method(autoplot,mediation_test)
S3method(autoplot,mediation_triad)
S3method(plot,mediation_effect)
S3method(plot,mediation_index)
S3method(plot,mediation_joint)
S3method(plot,mediation_scan)
S3method(plot,mediation_test)
S3method(plot,mediation_triad)
S3method(print,summary.mediation_triad)
S3method(subset,mediation_scan)
S3method(subset,mediation_test)
S3method(summary,mediation_scan)
S3method(summary,mediation_test)
S3method(summary,mediation_triad)
export(bind_mediation_index)
export(binomIUCMST)
export(calcICs)
export(calcShat)
export(calcZ)
export(fitDefault)
export(get_common_ids)
export(ggplot_mediation_effect)
export(ggplot_mediation_index)
export(ggplot_mediation_joint)
export(ggplot_mediation_scan)
export(ggplot_mediation_test)
export(ggplot_mediation_triad)
export(mediation_effect)
export(mediation_index)
export(mediation_joint)
export(mediation_scan)
export(mediation_test)
export(mediation_triad)
export(mediator_LR)
export(normIUCMST)
export(normJointIUCMST)
export(pattern_label)
export(pattern_sdp)
export(wilcIUCMST)
importFrom(RColorBrewer,brewer.pal)
importFrom(broom,tidy)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(furrr,future_map)
importFrom(future,availableCores)
importFrom(future,multicore)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future,supportsMulticore)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(knitr,kable)
importFrom(purrr,map)
importFrom(purrr,simplify_all)
importFrom(purrr,transpose)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,pbinom)
importFrom(stats,pnorm)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,head)