Learn R Programming

ensembleEN (version 1.1.2)

coef.cv.ensembleEN: Extract coefficients from a cv.ensembleEN object.

Description

Extract coefficients from a cv.ensembleEN object.

Usage

# S3 method for cv.ensembleEN
coef(object, index = object$index_opt, ...)

Arguments

object

Fitted cv.ensembleEN object.

index

Indices indicating values of lambda_S at which to extract coefficients. Defaults to the optimal value.

...

Additional arguments for compatibility

Value

A vector of coefficients

See Also

cv.ensembleEN