-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
162 lines (161 loc) · 4.07 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Generated by roxygen2: do not edit by hand
export("mediators<-")
export("outcomes<-")
export("pretreatments<-")
export("treatments<-")
export(ansi_aware_handler)
export(bind_mediation)
export(bootstrap)
export(brms_model)
export(brms_sampler)
export(contrast_predictions)
export(contrast_samples)
export(demo_joy)
export(demo_spline)
export(direct_effect)
export(edges)
export(effect_summary)
export(estimate)
export(estimator)
export(exper_df)
export(fdr_summary)
export(glmnet_model)
export(glmnet_sampler)
export(indirect_overall)
export(indirect_pathwise)
export(lm_model)
export(lm_sampler)
export(lnm_model)
export(lnm_sampler)
export(mediation_data)
export(mediation_models)
export(mediators)
export(multimedia)
export(n_mediators)
export(n_outcomes)
export(null_contrast)
export(nullify)
export(outcome_model)
export(outcome_models)
export(outcomes)
export(parallelize)
export(plot_mediators)
export(plot_sensitivity)
export(predict_across)
export(pretreatments)
export(retrieve_names)
export(rf_model)
export(rf_sampler)
export(sensitivity)
export(sensitivity_pathwise)
export(sensitivity_perturb)
export(setup_profile)
export(treatments)
exportClasses(model)
exportClasses(treatment_profile)
exportMethods("[")
exportMethods("mediators<-")
exportMethods("outcomes<-")
exportMethods("pretreatments<-")
exportMethods("treatments<-")
exportMethods(edges)
exportMethods(estimator)
exportMethods(mediators)
exportMethods(nrow)
exportMethods(outcomes)
exportMethods(predict)
exportMethods(pretreatments)
exportMethods(sample)
exportMethods(treatments)
importFrom(MASS,mvrnorm)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(brms,brm)
importFrom(brms,posterior_predict)
importFrom(cli,cli_abort)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(cli,col_cyan)
importFrom(cli,col_magenta)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(fansi,sgr_to_html)
importFrom(formula.tools,lhs.vars)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(glmnetUtils,glmnet)
importFrom(glue,glue)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(miniLNM,lnm)
importFrom(miniLNM,predict)
importFrom(miniLNM,sample)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(phyloseq,otu_table)
importFrom(phyloseq,sample_data)
importFrom(progress,progress_bar)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfc)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(ranger,ranger)
importFrom(rlang,"!!!")
importFrom(rlang,.data)
importFrom(rlang,inject)
importFrom(rlang,sym)
importFrom(stats,as.formula)
importFrom(stats,deviance)
importFrom(stats,lm)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(stats,update.formula)
importFrom(tidygraph,"%E>%")
importFrom(tidygraph,"%N>%")
importFrom(tidygraph,activate)
importFrom(tidygraph,graph_join)
importFrom(tidygraph,tbl_graph)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,any_of)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,where)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)