Skip to contents

Print a ModelBoot object.

Arguments

x

An object of class ModelBoot.

...

Additional arguments (currently not used).

Value

Invisibly returns x.

Examples

lm_cars <- stats::lm(mpg ~ ., mtcars)
mb <- ModelBoot(lm_cars, boot_it = 2, parallel = 0)
print(mb)
#> 'ModelBoot' object of the model model on a 32x10 dataset with 2 bootstrap iterations.