Home
last modified time | relevance | path

Searched +refs:has +refs:intercept +refs:panelmodel (Results 1 – 8 of 8) sorted by relevance

/dports/finance/R-cran-plm/plm/man/
H A Dhas.intercept.Rd3 \name{has.intercept}
4 \alias{has.intercept}
5 \alias{has.intercept.default}
6 \alias{has.intercept.formula}
7 \alias{has.intercept.Formula}
8 \alias{has.intercept.panelmodel}
9 \alias{has.intercept.plm}
13 has.intercept(object, ...)
15 \method{has.intercept}{default}(object, ...)
21 \method{has.intercept}{panelmodel}(object, ...)
[all …]
H A Dplm.Rd6 \alias{terms.panelmodel}
7 \alias{vcov.panelmodel}
8 \alias{fitted.panelmodel}
9 \alias{residuals.panelmodel}
11 \alias{coef.panelmodel}
12 \alias{print.panelmodel}
13 \alias{update.panelmodel}
14 \alias{deviance.panelmodel}
166 A \code{"plm"} object has the following elements :
188 It has \code{print}, \code{summary} and \code{print.summary} methods. The
[all …]
H A Dsummary.plm.Rd53 An object of class \code{c("summary.plm", "plm", "panelmodel")}. Some of its elements are carried …
88 object of class \code{c("summary.plm", "plm", "panelmodel")} that
91 \strong{Value}. It has an associated print method
129 "overall intercept" for such models; \code{\link[=pwaldtest]{pwaldtest()}}
/dports/finance/R-cran-plm/plm/
H A DNAMESPACE28 S3method(coef,panelmodel)
40 S3method(fitted,panelmodel)
47 S3method(has.intercept,Formula)
48 S3method(has.intercept,default)
49 S3method(has.intercept,formula)
50 S3method(has.intercept,panelmodel)
51 S3method(has.intercept,plm)
52 S3method(index,panelmodel)
82 S3method(nobs,panelmodel)
99 S3method(pdim,panelmodel)
[all …]
H A DNEWS.md66 of the between model with only an intercept errored).
67 * pvcm: intercept-only models are now estimable.
70 * has.intercept.plm: argument 'part' renamed to 'rhs', argument values
72 has.intercept.Formula (with a *temporary* back-compatible solution).
510 with an intercept.
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-AER/AER/
H A DNEWS71 summary() output for "tobit" objects which has been worked around
167 binary responses has been fixed.
188 o CPS1985 now has 534 observations (not 533 as in prior releases),
199 the variable "earnings" has now been removed from the
204 standard errors (and hence wrong z tests) for the last intercept.
206 vcov() methods for "polr" objects which has been improved in
226 computations, the user interface has remained unchanged.
242 with intercept only.
255 without intercept.
268 Furthermore, there is now a vcovHC() method for "panelmodel"
[all …]
/dports/finance/R-cran-plm/plm/inst/doc/
H A DA_plmPackage.Rmd336 `panelmodel`. A `panelmodel` object contains:
349 previously estimated `panelmodel` object or to re-estimate it
701 from the overall intercept), their standard
702 errors and the test of equality to the overall intercept.
1209 arguments are two `panelmodel` objects or a
1623 `panelmodel` or a `formula` and a `data.frame`; in the
1920 obj <- purtest(y, pmax = 4, exo = "intercept", test = "madwu")
2141 intercept to vary with group, or time, or both, while the other
2338 random intercept:
2431 `panelmodel`) are compatible with the general restriction
[all …]
/dports/finance/R-cran-plm/plm/vignettes/
H A DA_plmPackage.Rmd336 `panelmodel`. A `panelmodel` object contains:
349 previously estimated `panelmodel` object or to re-estimate it
701 from the overall intercept), their standard
702 errors and the test of equality to the overall intercept.
1209 arguments are two `panelmodel` objects or a
1623 `panelmodel` or a `formula` and a `data.frame`; in the
1920 obj <- purtest(y, pmax = 4, exo = "intercept", test = "madwu")
2141 intercept to vary with group, or time, or both, while the other
2338 random intercept:
2431 `panelmodel`) are compatible with the general restriction
[all …]