powered by
Print an ALE object.
Invisibly returns x.
x
An object of class ALE.
ALE
Additional arguments (currently not used).
# \donttest{ lm_cars <- stats::lm(mpg ~ ., mtcars) ale_cars <- ALE(lm_cars, p_values = NULL) print(ale_cars) # }
Run the code above in your browser using DataLab