Learn R Programming

flashlight (version 0.9.0)

print.light: Prints light Object

Description

Print method for an object of class "light".

Usage

# S3 method for light
print(x, ...)

Value

Invisibly, the input is returned.

Arguments

x

A on object of class "light".

...

Further arguments passed from other methods.

Examples

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