predict.FRESA_GLMNET {FRESA.CAD}R Documentation

Predicts GLMNET fitted objects

Description

This function predicts the outcome from a FRESA_GLMNET fitted object

Usage

	## S3 method for class '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

Author(s)

Jose G. Tamez-Pena

See Also

GLMNET


[Package FRESA.CAD version 3.4.8 Index]