powered by
Print a ModelBoot object.
Invisibly returns x.
x
An object of class ModelBoot.
ModelBoot
Additional arguments (currently not used).
# \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