print.ModelBoot {ale}R 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)



[Package ale version 0.5.0 Index]