Learn R Programming

ale (version 0.5.2)

print.ModelBoot: print method for ModelBoot object

Description

Print a ModelBoot object.

Value

Invisibly returns x.

Arguments

x

An object of class ModelBoot.

...

Additional arguments (currently not used).

Examples

Run this code
# \donttest{
lm_cars <- stats::lm(mpg ~ wt + gear, mtcars)
mb <- ModelBoot(lm_cars, boot_it = 2, ale_p = NULL)
print(mb)
# }

Run the code above in your browser using DataLab