coef.ivreg {ivreg} | R Documentation |
"ivreg"
ObjectsVarious methods for processing "ivreg"
objects; for diagnostic methods,
see ivregDiagnostics
.
## S3 method for class 'ivreg' coef(object, component = c("stage2", "stage1"), complete = TRUE, ...) ## S3 method for class 'ivreg' vcov(object, component = c("stage2", "stage1"), complete = TRUE, ...) ## S3 method for class 'ivreg' confint( object, parm, level = 0.95, component = c("stage2", "stage1"), complete = TRUE, vcov. = NULL, df = NULL, ... ) ## S3 method for class 'ivreg' bread(x, ...) ## S3 method for class 'ivreg' estfun(x, ...) ## S3 method for class 'ivreg' vcovHC(x, ...) ## S3 method for class 'ivreg' terms(x, component = c("regressors", "instruments", "full"), ...) ## S3 method for class 'ivreg' model.matrix( object, component = c("regressors", "projected", "instruments"), ... ) ## S3 method for class 'ivreg_projected' model.matrix(object, ...) ## S3 method for class 'ivreg' predict( object, newdata, type = c("response", "terms"), na.action = na.pass, ... ) ## S3 method for class 'ivreg' print(x, digits = max(3, getOption("digits") - 3), ...) ## S3 method for class 'ivreg' summary(object, vcov. = NULL, df = NULL, diagnostics = NULL, ...) ## S3 method for class 'summary.ivreg' print( x, digits = max(3, getOption("digits") - 3), signif.stars = getOption("show.signif.stars"), ... ) ## S3 method for class 'ivreg' anova(object, object2, test = "F", vcov. = NULL, ...) ## S3 method for class 'ivreg' update(object, formula., ..., evaluate = TRUE) ## S3 method for class 'ivreg' residuals( object, type = c("response", "projected", "regressors", "working", "deviance", "pearson", "partial", "stage1"), ... ) ## S3 method for class 'ivreg' Effect(focal.predictors, mod, ...) ## S3 method for class 'ivreg' formula(x, component = c("complete", "regressors", "instruments"), ...) ## S3 method for class 'ivreg' find_formula(x, ...) ## S3 method for class 'ivreg' Anova(mod, test.statistic = c("F", "Chisq"), ...) ## S3 method for class 'ivreg' linearHypothesis( model, hypothesis.matrix, rhs = NULL, test = c("F", "Chisq"), ... ) ## S3 method for class 'ivreg' alias(object, ...) ## S3 method for class 'ivreg' qr(x, ...) ## S3 method for class 'ivreg' weights(object, type = c("variance", "robustness"), ...)
object, object2, model, mod |
An object of class |
component |
For |
complete |
If |
... |
arguments to pass down. |
parm |
parameters for which confidence intervals are to be computed; a vector or numbers or names; the default is all parameters. |
level |
confidence level; the default is |
vcov. |
Optional coefficient covariance matrix, or a function to compute the covariance matrix, to use in computing the model summary. |
df |
Optional residual degrees of freedom to use in computing model summary. |
x |
An object of class |
newdata |
Values of predictors for which to obtain predicted values. |
type |
For |
na.action |
|
digits |
For printing. |
diagnostics |
Report 2SLS "diagnostic" tests in model summary (default is |
signif.stars |
Show "significance stars" in summary output. |
test, test.statistic |
Test statistics for ANOVA table computed by |
formula. |
To update model. |
evaluate |
If |
focal.predictors |
Focal predictors for effect plot, see |
hypothesis.matrix, rhs |
For formulating a linear hypothesis; see the documentation
for |
ivreg
, ivreg.fit
, ivregDiagnostics