obtain_gof | R Documentation |
This extracts supported goodness-of-fit metrics from supported model classes.
obtain_gof(object, ...)
## Default S3 method:
obtain_gof(object, gof = "R2e", m0 = NULL, ...)
## S3 method for class 'lm'
obtain_gof(object, gof = "R2e", m0 = NULL, ...)
object |
Regression object. One of the supported classes documented in scam. |
... |
Arguments passed on to |
gof |
Goodness-of-fit metric, the changes of which shall be analysed |
m0 |
This is the "empty model", the model without any explanatory variables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.