File: NAMESPACE

package info (click to toggle)
r-cran-gmm 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,592 kB
  • sloc: fortran: 131; ansic: 25; makefile: 2
file content (99 lines) | stat: -rw-r--r-- 3,426 bytes parent folder | download | duplicates (3)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
useDynLib(gmm, .registration = TRUE, .fixes="F_")
import(stats)
importFrom(sandwich, estfun, bread, kernHAC, weightsAndrews, vcovHAC, bwAndrews, meatHC)
importFrom(methods, is)
importFrom(graphics, abline, legend, lines, panel.smooth, par, plot, points)
importFrom(grDevices, dev.interactive, devAskNewPage,  extendrange)
importFrom(utils, tail)

export(gmm,summary.gmm,smoothG,getDat,summary.gel,getLamb,gel,
estfun.gmmFct, estfun.gmm, estfun.gel, bread.gel, bread.gmm,
print.gmm,coef.gmm,vcov.gmm,print.summary.gmm, confint.gel, print.gel,
print.summary.gel, vcov.gel, coef.gel, fitted.gmm, residuals.gmm,
fitted.gel, residuals.gel, plot.gmm, plot.gel,formula.gmm,
formula.gel, charStable, specTest, specTest.gmm, specTest.gel,
print.specTest, momentEstim.baseGmm.twoStep,
momentEstim.baseGmm.twoStep.formula,
momentEstim.baseGmm.iterative.formula, momentEstim.baseGmm.iterative,
momentEstim.baseGmm.cue.formula, momentEstim.baseGmm.cue,
getModel.baseGmm, getModel.baseGel, getModel.constGmm,
getModel.constGel, FinRes.baseGmm.res, momentEstim.baseGel.mod,
momentEstim.baseGel.modFormula,tsls,summary.tsls, print.summary.tsls,
KTest, print.gmmTests, gmmWithConst, estfun.tsls,
model.matrix.tsls,vcov.tsls, bread.tsls, evalGmm,
momentEstim.baseGmm.eval, momentEstim.baseGel.eval, evalGel,
confint.gmm, print.confint, sysGmm, getModel.sysGmm,
momentEstim.sysGmm.twoStep.formula, momentEstim.tsls.twoStep.formula,
getModel.tsls, summary.sysGmm, print.sysGmm, print.summary.sysGmm,
sur, threeSLS, randEffect, five, bwWilhelm, getModel.ateGel, ATEgel,
summary.ategel, vcov.ategel, confint.ategel, marginal,
marginal.ategel,checkConv,getImpProb, getImpProb.gel)

S3method(marginal, ategel)
S3method(summary, gmm)
S3method(summary, sysGmm)
S3method(summary, tsls)
S3method(summary, gel)
S3method(summary, ategel)
S3method(print, gmm)
S3method(print, sysGmm)
S3method(print, summary.gmm)
S3method(print, summary.sysGmm)
S3method(coef, gmm)
S3method(vcov, gmm)
S3method(vcov, tsls)
S3method(confint, gmm)
S3method(confint, ategel)
S3method(fitted, gmm)
S3method(residuals, gmm)
S3method(plot, gmm)
S3method(formula, gmm)
S3method(print, gel)
S3method(print, summary.gel)
S3method(print, summary.tsls)
S3method(print, gmmTests)
S3method(coef, gel)
S3method(vcov, gel)
S3method(vcov, ategel)
S3method(confint, gel)
S3method(fitted, gel)
S3method(residuals, gel)
S3method(plot, gel)
S3method(formula, gel)
S3method(specTest, gmm)
S3method(specTest, gel)
S3method(getImpProb, gel)
S3method(print, specTest)
S3method(print, confint)
S3method(FinRes, baseGmm.res)
S3method(getModel, baseGmm)
S3method(getModel, baseGel)
S3method(getModel, sysGmm)
S3method(getModel, constGmm)
S3method(getModel, constGel)
S3method(getModel, tsls)
S3method(getModel, ateGel)
S3method(momentEstim, baseGmm.twoStep)
S3method(momentEstim, baseGmm.eval)
S3method(momentEstim, baseGmm.twoStep.formula)
S3method(momentEstim, tsls.twoStep.formula)
S3method(momentEstim, sysGmm.twoStep.formula)
S3method(momentEstim, baseGmm.iterative.formula)
S3method(momentEstim, baseGmm.iterative)
S3method(momentEstim, baseGmm.cue.formula)
S3method(momentEstim, baseGmm.cue)
S3method(momentEstim, baseGel.mod)
S3method(momentEstim, baseGel.modFormula)
S3method(momentEstim, baseGel.eval)
S3method(estfun, gmmFct)
S3method(estfun, gmm)
S3method(estfun, tsls)
S3method(model.matrix, tsls)
S3method(estfun, gel)
S3method(bread, gmm)
S3method(bread, gel)
S3method(bread, tsls)