Description Usage Arguments Value Details Author(s)
View source: R/penalised_pred.R
Internal lassoenet functions
1 2 3 | penalised_pred(data = data, parallel = parallel, response = response,
x.indices = x.indices, err.curves = err.curves,
type.lambda = type.lambda)
|
data |
A well-cleaned |
parallel |
parallelisation. |
response |
The location of the response within the |
x.indices |
The locations of the predictors withint the |
err.curves |
The number of error curves to fit. |
type.lambda |
Either "lambda.min" or "lambda.1se". |
A vector of outputs and some plots related to the best model. The return from this function will enter the interactiver function.
These are not intended for use by users. This function is the overall wrapper for the prediction focused path. It takes returns from both the prediction_Lasso and prediction_ElasticNet
and put these through the comparison functions prediction.nonsplit.result and prediction.split.result. The return from this function will enter the interactiver function.
Mokyo Zhou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.