print.ModelBoot | R Documentation |
Print a ModelBoot object.
x |
An object of class |
... |
Additional arguments (currently not used). |
Invisibly returns x
.
lm_cars <- stats::lm(mpg ~ wt + gear, mtcars)
mb <- ModelBoot(lm_cars, boot_it = 2, ale_p = NULL)
print(mb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.