Print method for an object of class "flashlight".

# S3 method for class 'flashlight'
print(x, ...)

Arguments

x

A on object of class "flashlight".

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

See also

Examples

fit <- lm(Sepal.Length ~ ., data = iris)
x <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
x
#> 
#> Flashlight lm 
#> 
#> Model:			 Yes
#> y:			 Sepal.Length
#> w:			 No
#> by:			 No
#> data dim:		 150 5
#> metrics:		 rmse