Learn R Programming

ale (version 0.5.2)

print.ALE: print Method for ALE object

Description

Print an ALE object.

Value

Invisibly returns x.

Arguments

x

An object of class ALE.

...

Additional arguments (currently not used).

Examples

Run this code
# \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