Learn R Programming

mverse (version 0.2.3)

AIC: 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 mverse
AIC(object, ..., k = 2)

# S3 method for mverse BIC(object, ...)

AIC(object, ..., k = 2)

BIC(object, ...)

Value

a multiverse table as a tibble

Arguments

object

a glm_mverse object.

...

ignored. for compatibility only.

k

ignored. for compatibility only.