AIC: Display the AIC and BIC score of the fitted models across the...

View source: R/inspect.R

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

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

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

BIC(object, ...)

Arguments

object

a glm_mverse object.

...

ignored. for compatibility only.

k

ignored. for compatibility only.

Value

a multiverse table as a tibble


mverse documentation built on June 21, 2025, 5:09 p.m.