powered by
Print method for an object of class "light".
# S3 method for light print(x, ...)
Invisibly, the input is returned.
A on object of class "light".
Further arguments passed from other methods.
fit <- lm(Sepal.Length ~ ., data = iris) fl <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris) light_performance(fl, v = "Species")
Run the code above in your browser using DataLab