Home
last modified time | relevance | path

Searched +refs:df +refs:residual +refs:panelmodel (Results 1 – 11 of 11) sorted by path

/dports/finance/R-cran-plm/plm/
H A DNAMESPACE28 S3method(coef,panelmodel)
34 S3method(deviance,panelmodel)
35 S3method(df.residual,panelmodel)
40 S3method(fitted,panelmodel)
52 S3method(index,panelmodel)
82 S3method(nobs,panelmodel)
99 S3method(pdim,panelmodel)
122 S3method(print,panelmodel)
177 S3method(terms,panelmodel)
179 S3method(vcov,panelmodel)
[all …]
H A DNEWS.md385 * pgmm object: removed element 'df.residual' for now as it contained the
398 to 'df.residual' (as is standard, cf. lm, plm, ...).
463 fixed degrees of freedom (now df = 2 instead of df = 1).
628 type and df.residual added as attributes.
667 gained a "df.residual" element.
968 * an update method for panelmodel objects is provided.
998 * the predict method for panelmodel objects is now exported.
1009 like 'pggls', together with 'panelmodel'.
1285 panelmodel and pgmm models.
1300 * a model.matrix method for panelmodel is provided.
[all …]
/dports/finance/R-cran-plm/plm/inst/doc/
H A DA_plmPackage.Rmd336 `panelmodel`. A `panelmodel` object contains:
338 `vcov`, `df.residual` and `call` and functions
965 a valid instrument. The estimator is obtained using the residual
1209 arguments are two `panelmodel` objects or a
1295 The presence of random effects may affect tests for residual serial
1629 `effect = "twoways"` allows to test for residual cross-sectional
2000 itself^[For `coeftest` set `df = Inf` to have the coefficients' tests
2011 coeftest(re, vcovHC, df = Inf)
2018 summary(re, vcov = vcovHC(re, method="white2", type="HC3"), df = Inf)
2019 coeftest(re, vcovHC(re, method="white2", type="HC3"), df = Inf)
[all …]
/dports/finance/R-cran-plm/plm/man/
H A Dpcce.Rd68 An object of class \code{c("pcce", "panelmodel")} containing:
75 \item{df.residual}{degrees of freedom of the residuals,}
H A Dpggls.Rd57 An object of class \code{c("pggls","panelmodel")} containing:
62 \item{df.residual}{degrees of freedom of the residuals,}
H A Dpgmm.Rd94 An object of class \code{c("pgmm","panelmodel")}, which has the
102 \item{df.residual}{degrees of freedom of the residuals,}
H A Dplm.Rd6 \alias{terms.panelmodel}
7 \alias{vcov.panelmodel}
8 \alias{fitted.panelmodel}
9 \alias{residuals.panelmodel}
10 \alias{df.residual.panelmodel}
11 \alias{coef.panelmodel}
12 \alias{print.panelmodel}
13 \alias{update.panelmodel}
14 \alias{deviance.panelmodel}
55 \method{df.residual}{panelmodel}(object, ...)
[all …]
H A Dpmg.Rd57 An object of class \code{c("pmg", "panelmodel")} containing:
62 \item{df.residual}{degrees of freedom of the residuals,}
H A Dpvcm.Rd54 An object of class \code{c("pvcm", "panelmodel")}, which has the
68 \item{df.residual}{degrees of freedom of the residuals,}
H A Dsummary.plm.Rd53 An object of class \code{c("summary.plm", "plm", "panelmodel")}. Some of its elements are carried …
76 \item{df}{an integer vector with 3 components, (p, n-p, p*), where
78 model, n-p are the residual degrees of freedom (n being number of
88 object of class \code{c("summary.plm", "plm", "panelmodel")} that
/dports/finance/R-cran-plm/plm/vignettes/
H A DA_plmPackage.Rmd336 `panelmodel`. A `panelmodel` object contains:
338 `vcov`, `df.residual` and `call` and functions
965 a valid instrument. The estimator is obtained using the residual
1209 arguments are two `panelmodel` objects or a
1295 The presence of random effects may affect tests for residual serial
1629 `effect = "twoways"` allows to test for residual cross-sectional
2000 itself^[For `coeftest` set `df = Inf` to have the coefficients' tests
2011 coeftest(re, vcovHC, df = Inf)
2018 summary(re, vcov = vcovHC(re, method="white2", type="HC3"), df = Inf)
2019 coeftest(re, vcovHC(re, method="white2", type="HC3"), df = Inf)
[all …]