print.ALE | R Documentation |
Print an ALE object.
x |
An object of class |
... |
Additional arguments (currently not used). |
Invisibly returns x
.
lm_cars <- stats::lm(mpg ~ ., mtcars)
ale_cars <- ALE(lm_cars, p_values = NULL)
print(ale_cars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.