ivreg.EX returns an object of class "ivregEX" (also of class
"ivreg"), with the following components:
coefficientsparameter estimates.
residualsa vector of residuals.
fitted.valuesa vector of predicted means.
weightseither the vector of weights used (if any) or NULL (if none).
offseteither the offset used (if any) or NULL (if none).
nnumber of observations.
nobsnumber of observations with non-zero weights.
rankthe numeric rank of the fitted linear model.
df.residualresidual degrees of freedom for fitted model.
cov.unscaledunscaled covariance matrix for the coefficients.
sigmaresidual standard error.
callthe original function call.
formulathe model formula.
termsa list with elements "regressors" and "instruments"
containing the terms objects for the respective components.
levelslevels of the categorical regressors.
contraststhe contrasts used for categorical regressors.
modelthe full model frame (if model = TRUE).
ythe response vector.
xa list with elements "regressors", "instruments", "projected",
containing the model matrices from the respective components.
"projected" is the matrix of regressors projected
on the image of the instruments.