slise.object | R Documentation |
Create a result object for SLISE that is similar to other regression method results
slise.object(
alpha,
X,
Y,
epsilon,
lambda1 = 0,
lambda2 = 0,
weight = NULL,
intercept = FALSE,
logit = FALSE,
x = NULL,
y = NULL
)
alpha |
linear model |
X |
data matrix |
Y |
response vector |
epsilon |
error tolerance |
lambda1 |
L1 regularisation coefficient (default: 0) |
lambda2 |
L2 regularisation coefficient (default: 0) |
weight |
weight vector (default: NULL) |
intercept |
does the model have an intercept (default: FALSE) |
logit |
has the target been logit-transformed (default: FALSE) |
x |
explained item x (default: NULL) |
y |
explained item y (default: NULL) |
object with SLISE results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.