forked from cran/robmed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.79 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,test_mediation)
S3method(coef,boot_test_mediation)
S3method(coef,fit_mediation)
S3method(coef,test_mediation)
S3method(confint,boot_test_mediation)
S3method(confint,sobel_test_mediation)
S3method(fortify,boot_test_mediation)
S3method(fortify,list)
S3method(fortify,sobel_test_mediation)
S3method(nobs,cov_Huber)
S3method(nobs,cov_ML)
S3method(nobs,rq)
S3method(p_value,boot_test_mediation)
S3method(p_value,sobel_test_mediation)
S3method(plot,test_mediation)
S3method(plot_mediation,boot_test_mediation)
S3method(plot_mediation,default)
S3method(plot_mediation,list)
S3method(plot_mediation,sobel_test_mediation)
S3method(print,boot_test_mediation)
S3method(print,cov_Huber)
S3method(print,cov_ML)
S3method(print,fit_mediation)
S3method(print,reg_fit_mediation)
S3method(print,sobel_test_mediation)
S3method(print,summary_fit_mediation)
S3method(print,summary_test_mediation)
S3method(retest,boot_test_mediation)
S3method(retest,sobel_test_mediation)
S3method(summary,boot_test_mediation)
S3method(summary,cov_fit_mediation)
S3method(summary,reg_fit_mediation)
S3method(summary,sobel_test_mediation)
S3method(testMediation,default)
S3method(testMediation,fit_mediation)
S3method(test_mediation,default)
S3method(test_mediation,fit_mediation)
S3method(weights,cov_Huber)
export(covControl)
export(covHuber)
export(covML)
export(cov_Huber)
export(cov_ML)
export(cov_control)
export(fitMediation)
export(fit_mediation)
export(indirect)
export(p_value)
export(plotMediation)
export(plot_mediation)
export(regControl)
export(reg_control)
export(retest)
export(robmed)
export(run_shiny_app)
export(testMediation)
export(test_mediation)
import(boot)
import(ggplot2)
import(robustbase)
import(stats)
importFrom(quantreg,rq)
importFrom(quantreg,rq.fit)
importFrom(shiny,runApp)