predict_TSLA | R Documentation |
Generate prediction for the response.
predict_TSLA(
object,
X_1_new = NULL,
X_2_new,
type = c("response", "link"),
...
)
object |
A fit output from |
X_1_new |
New unpenalized features in matrix form. |
X_2_new |
New binary features in matrix form. |
type |
Two options: "response" or "link". The two options only
differ for |
... |
Other parameters. |
Predictions. The first dimension is indexed by the observation,
the second dimension is indexed by \lambda
,
and the third dimension is indexed by \alpha
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.