cv.MLGL
objectPredict fitted values from a cv.MLGL
object
# S3 method for cv.MLGL
predict(
object,
newx = NULL,
s = c("lambda.1se", "lambda.min"),
type = c("fit", "coefficients"),
...
)
A matrix with fitted values or estimated coefficients for given values of s.
cv.MLGL
object
matrix with new individuals for prediction. If type="coefficients", the parameter has to be NULL
Either "lambda.1se" or "lambda.min"
if "fit", return the fitted values for each values of s, if "coefficients", return the estimated coefficients for each s
Not used. Other arguments to predict.
Quentin Grimonprez
cv.MLGL