Performance of instrumental variable regression models
# S3 method for ivreg
model_performance(model, metrics = "all", verbose = TRUE, ...)
A model.
Can be "all"
, "common"
or a character vector of
metrics to be computed (some of c("AIC", "AICc", "BIC", "R2", "RMSE", "SIGMA", "Sargan", "Wu_Hausman")
). "common"
will compute AIC, BIC,
R2 and RMSE.
Toggle off warnings.
Arguments passed to or from other methods.