An object of class "iv_robust"
.
The post-estimation commands functions summary
and tidy
return results in a data.frame
. To get useful data out of the return,
you can use these data frames, you can use the resulting list directly, or
you can use the generic accessor functions coef
, vcov
,
confint
, and predict
.
An object of class "iv_robust"
is a list containing at least the
following components:
coefficientsthe estimated coefficients
std.errorthe estimated standard errors
dfthe estimated degrees of freedom
p.valuethe p-values from a two-sided t-test using coefficients
, std.error
, and df
ci.lowerthe lower bound of the 1 - alpha
percent confidence interval
ci.upperthe upper bound of the 1 - alpha
percent confidence interval
terma character vector of coefficient names
alphathe significance level specified by the user
se_typethe standard error type specified by the user
res_varthe residual variance
Nthe number of observations used
kthe number of columns in the design matrix (includes linearly dependent columns!)
rankthe rank of the fitted model
vcovthe fitted variance covariance matrix
r.squaredthe \(R^2\) of the second stage regrssion
adj.r.squaredthe \(R^2\) of the second stage regression, but penalized for having more parameters, rank
fstatistica vector with the value of the second stage F-statistic with the numerator and denominator degrees of freedom
weightedwhether or not weights were applied
callthe original function call
We also return terms with the second stage terms and terms_regressors with the first stage terms, both of which used by predict.