forked from gpiras/spldv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
S3method(coef,bingmm)
S3method(coef,binlgmm)
S3method(coef,binris)
S3method(df.residual,binris)
S3method(getSummary,bingmm)
S3method(getSummary,binlgmm)
S3method(getSummary,binris)
S3method(impacts,bingmm)
S3method(impacts,binlgmm)
S3method(impacts,binris)
S3method(logLik,binris)
S3method(print,bingmm)
S3method(print,binlgmm)
S3method(print,binris)
S3method(print,impacts.bingmm)
S3method(print,summary.bingmm)
S3method(print,summary.binlgmm)
S3method(print,summary.binris)
S3method(print,summary.impacts.bingmm)
S3method(summary,bingmm)
S3method(summary,binlgmm)
S3method(summary,binris)
S3method(summary,impacts.bingmm)
S3method(terms,binris)
S3method(vcov,bingmm)
S3method(vcov,binlgmm)
S3method(vcov,binris)
export(bread.binris)
export(estfun.binris)
export(impacts)
export(make.instruments)
export(sbinaryGMM)
export(sbinaryLGMM)
export(sbinaryRis)
import(Formula)
import(Matrix, except = c(cov2cor, toeplitz, update))
import(Matrix, except = c(cov2cor, toeplitz, update))
import(maxLik)
import(methods)
import(spatialreg)
import(stats)
importFrom(MASS,mvrnorm)
importFrom(car,hccm)
importFrom(memisc,getSummary)
importFrom(miscTools,stdEr)
importFrom(numDeriv,jacobian)
importFrom(sandwich,bread)
importFrom(sandwich,estfun)
importFrom(sphet,listw2dgCMatrix)