-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
43 lines (42 loc) · 995 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(AIC,ipcr)
S3method(BIC,ipcr)
S3method(coefci,ipcr)
S3method(coeftest,ipcr)
S3method(confint,ipcr)
S3method(effects,ipcr)
S3method(plot,ipcr)
S3method(print,ipcr)
S3method(summary,ipcr)
S3method(vcov,ipcr)
export()
export(get_ipcs)
export(get_scores)
export(ipcr)
export(plot_differences)
exportMethods(coef)
exportMethods(fitted)
exportMethods(logLik)
exportMethods(nobs)
exportMethods(predict)
exportMethods(residuals)
exportMethods(sigma)
importClassesFrom(lavaan,lavaan)
importFrom(lmtest,coefci)
importFrom(lmtest,coeftest)
importFrom(sandwich,bread)
importFrom(sandwich,estfun)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,effects)
importFrom(stats,fitted)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,sigma)
importFrom(stats,vcov)
importMethodsFrom(lavaan,coef)
importMethodsFrom(lavaan,fitted)