AIC {mverse} | R Documentation |
Display the AIC and BIC score of the fitted models across the multiverse
Description
Display the AIC and BIC score of glm
regression
results across the multiverse.
Usage
## S3 method for class 'glm_mverse'
AIC(object, ..., k = 2)
## S3 method for class 'glm_mverse'
BIC(object, ...)
AIC(object, ..., k = 2)
BIC(object, ...)
Arguments
object |
a |
... |
ignored. for compatibility only. |
k |
ignored. for compatibility only. |
Value
a multiverse table as a tibble
[Package mverse version 0.1.0 Index]