print.ModelBoot: print method for ModelBoot object

print.ModelBootR Documentation

print method for ModelBoot object

Description

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 ~ wt + gear, mtcars)
mb <- ModelBoot(lm_cars, boot_it = 2, ale_p = NULL)
print(mb)



ale documentation built on Aug. 29, 2025, 5:13 p.m.