print.slise | R Documentation |
Print the robust regression or explanation from slise
## S3 method for class 'slise'
print(x, num_vars = 10, labels = NULL, ...)
x |
The slise object |
num_vars |
Minimum number of variables to show without filtering (default: 10) |
labels |
Name of y or class labels |
... |
Ignored additional parameters |
invisible(x)
X <- matrix(rnorm(30), 15, 2)
Y <- runif(15, 0, 1)
print(slise.fit(X, Y, epsilon = 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.