View source: R/model_performance.ivreg.R
model_performance.ivreg | R Documentation |
Performance of instrumental variable regression models
## S3 method for class 'ivreg'
model_performance(model, metrics = "all", verbose = TRUE, ...)
model |
A model. |
metrics |
Can be |
verbose |
Toggle off warnings. |
... |
Arguments passed to or from other methods. |
model_performance()
correctly detects transformed response and
returns the "corrected" AIC and BIC value on the original scale. To get back
to the original scale, the likelihood of the model is multiplied by the
Jacobian/derivative of the transformation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.