print.ALE: print Method for ALE object

print.ALER Documentation

print Method for ALE object

Description

Print an ALE object.

Arguments

x

An object of class ALE.

...

Additional arguments (currently not used).

Value

Invisibly returns x.

Examples


lm_cars <- stats::lm(mpg ~ ., mtcars)
ale_cars <- ALE(lm_cars, p_values = NULL)
print(ale_cars)



ale documentation built on April 11, 2025, 6:09 p.m.