Learn R Programming

flashlight (version 0.3.0)

print.light: Prints light Object

Description

Print method for an object of class light.

Usage

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

Arguments

x

A on object of class light.

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

Examples

Run this code
# NOT RUN {
fit <- lm(Sepal.Length ~ ., data = iris)
fl <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
light_performance(fl, v = "Species")
light_effects(fl, v = "Sepal.Length")
# }

Run the code above in your browser using DataLab