-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
77 lines (76 loc) · 1.88 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
# Generated by roxygen2: do not edit by hand
S3method(coef,Rchoice)
S3method(coef,hetprob)
S3method(coef,ivpml)
S3method(df.residual,Rchoice)
S3method(effect,Rchoice)
S3method(effect,hetprob)
S3method(effect,ivpml)
S3method(fitted,Rchoice)
S3method(getSummary,Rchoice)
S3method(getSummary,effect.hetprob)
S3method(getSummary,effect.ivpml)
S3method(getSummary,hetprob)
S3method(getSummary,ivpml)
S3method(logLik,Rchoice)
S3method(logLik,hetprob)
S3method(logLik,ivpml)
S3method(model.frame,rFormula)
S3method(model.matrix,Rchoice)
S3method(model.matrix,hetprob)
S3method(model.matrix,ivpml)
S3method(model.matrix,rFormula)
S3method(plot,Rchoice)
S3method(predict,hetprob)
S3method(predict,ivpml)
S3method(print,Rchoice)
S3method(print,effect.hetprob)
S3method(print,effect.ivpml)
S3method(print,hetprob)
S3method(print,ivpml)
S3method(print,summary.Rchoice)
S3method(print,summary.effect.hetprob)
S3method(print,summary.effect.ivpml)
S3method(print,summary.hetprob)
S3method(print,summary.ivpml)
S3method(residuals,Rchoice)
S3method(summary,Rchoice)
S3method(summary,effect.hetprob)
S3method(summary,effect.ivpml)
S3method(summary,hetprob)
S3method(summary,ivpml)
S3method(terms,Rchoice)
S3method(terms,hetprob)
S3method(terms,ivpml)
S3method(update,Rchoice)
S3method(vcov,Rchoice)
S3method(vcov,hetprob)
S3method(vcov,ivpml)
export(Rchoice)
export(bread.Rchoice)
export(bread.hetprob)
export(bread.ivpml)
export(cor.Rchoice)
export(cov.Rchoice)
export(effect)
export(estfun.Rchoice)
export(estfun.hetprob)
export(estfun.ivpml)
export(hetprob)
export(is.rFormula)
export(ivpml)
export(ordinal)
export(se.cov.Rchoice)
import(Formula)
import(graphics)
import(maxLik)
import(stats)
importFrom(memisc,getSummary)
importFrom(miscTools,stdEr)
importFrom(msm,deltamethod)
importFrom(numDeriv,jacobian)
importFrom(plm,pdata.frame)
importFrom(plotrix,plotCI)
importFrom(sandwich,bread)
importFrom(sandwich,estfun)
importFrom(utils,tail)