-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.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
# Generated by roxygen2: do not edit by hand
S3method("+",indirect)
S3method("-",indirect)
S3method("[",cond_indirect_effects)
S3method("[",wlevels)
S3method("[<-",wlevels)
S3method("[[<-",wlevels)
S3method(as.data.frame,cond_indirect_effects)
S3method(coef,cond_indirect_diff)
S3method(coef,cond_indirect_effects)
S3method(coef,delta_med)
S3method(coef,indirect)
S3method(coef,indirect_list)
S3method(coef,indirect_proportion)
S3method(coef,lm_from_lavaan)
S3method(confint,cond_indirect_diff)
S3method(confint,cond_indirect_effects)
S3method(confint,delta_med)
S3method(confint,indirect)
S3method(confint,indirect_list)
S3method(plot,cond_indirect_effects)
S3method(predict,lm_from_lavaan)
S3method(predict,lm_from_lavaan_list)
S3method(predict,lm_list)
S3method(print,all_paths)
S3method(print,boot_out)
S3method(print,cond_indirect_diff)
S3method(print,cond_indirect_effects)
S3method(print,delta_med)
S3method(print,indirect)
S3method(print,indirect_list)
S3method(print,indirect_proportion)
S3method(print,lm_list)
S3method(print,mc_out)
S3method(print,pseudo_johnson_neyman)
S3method(print,q_mediation)
S3method(print,summary_lm_list)
S3method(summary,lm_list)
S3method(terms,lm_from_lavaan)
export(all_indirect_paths)
export(all_paths_to_df)
export(check_path)
export(cond_effects)
export(cond_indirect)
export(cond_indirect_diff)
export(cond_indirect_effects)
export(delta_med)
export(do_boot)
export(do_mc)
export(factor2var)
export(fill_wlevels)
export(fit2boot_out)
export(fit2boot_out_do_boot)
export(fit2mc_out)
export(gen_mc_est)
export(get_one_cond_effect)
export(get_one_cond_indirect_effect)
export(get_prod)
export(index_of_mome)
export(index_of_momome)
export(indirect_effect)
export(indirect_effects_from_list)
export(indirect_i)
export(indirect_proportion)
export(johnson_neyman)
export(lm2boot_out)
export(lm2boot_out_parallel)
export(lm2list)
export(lm_from_lavaan_list)
export(many_indirect_effects)
export(merge_mod_levels)
export(mod_levels)
export(mod_levels_list)
export(plot_effect_vs_w)
export(print_all_cond_effects)
export(print_all_cond_indirect_effects)
export(pseudo_johnson_neyman)
export(q_mediation)
export(q_parallel_mediation)
export(q_serial_mediation)
export(q_simple_mediation)
export(total_indirect_effect)