Learn R Programming

FRESA.CAD (version 3.3.0)

predict.FRESA_GLMNET: Predicts GLMNET fitted objects

Description

This function predicts the outcome from a FRESA_GLMNET fitted object

Usage

# S3 method for FRESA_GLMNET
predict(object,...)

Arguments

object

An object of class FRESA_GLMNET containing the model to be analyzed

...

A list with: testdata=testdata

Value

A vector of the predicted values

See Also

GLMNET