Investigating the fit of statistical models to data often involves selecting
the best fitting model amongst many competing models. This function helps
report indices of model fit for various models. Reports the type of
different R objects . For a list of supported objects, see
report()
).
report_performance(x, table = NULL, ...)
An object of class report_performance()
.
The R object that you want to report (see list of of supported objects above).
A table obtained via report_table()
. If not provided,
will run it.
Arguments passed to or from other methods.