-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
S3method(add_index,moderated_mediation)
S3method(add_index,simple_mediation)
S3method(add_index,within_participant_mediation)
S3method(apastylr,lm)
S3method(build_contrast,character)
S3method(build_contrast,default)
S3method(check_assumptions,mediation_model)
S3method(compute_indirect_effect_for,moderated_mediation)
S3method(display_models,mediation_model)
S3method(extract_model,mediation_model)
S3method(extract_models,mediation_model)
S3method(extract_tidy_models,mediation_model)
S3method(mdt_moderated,data.frame)
S3method(mdt_simple,data.frame)
S3method(mdt_within,data.frame)
S3method(mdt_within_wide,data.frame)
S3method(plot_assumptions,mediation_model)
S3method(print,indirect_index)
S3method(print,mediation_model)
S3method(standardize_variable,data.frame)
export("%>%")
export(add_index)
export(apastylr)
export(build_contrast)
export(check_assumptions)
export(compute_indirect_effect_for)
export(display_models)
export(extract_model)
export(extract_models)
export(extract_tidy_models)
export(mdt_moderated)
export(mdt_simple)
export(mdt_within)
export(mdt_within_wide)
export(plot_assumptions)
export(standardise_variable)
export(standardize_variable)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,enexpr)
importFrom(rlang,enexprs)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,ensym)
importFrom(rlang,ensyms)
importFrom(rlang,expr)
importFrom(rlang,exprs)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)