Learn R Programming

performance (version 0.8.0)

model_performance.ivreg: Performance of instrumental variable regression models

Description

Performance of instrumental variable regression models

Usage

# S3 method for ivreg
model_performance(model, metrics = "all", verbose = TRUE, ...)

Arguments

model

A model.

metrics

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.

verbose

Toggle off warnings.

...

Arguments passed to or from other methods.