coefficients.cv.lmgce {GCEstim}R Documentation

Extract cv.lmgce Coefficients

Description

Extract coefficients from a cv.lmgce object

Usage

## S3 method for class 'cv.lmgce'
coefficients(object, ...)

Arguments

object

Fitted cv.lmgce model object.

...

Additional arguments (not used).

Value

Returns the coefficients from a cv.lmgce object. The coefficients are obtained from the lmgce object with best performance. These coefficients are stored in object$best$coefficients.

Author(s)

Jorge Cabral, jorgecabral@ua.pt

Examples


res.cv.lmgce <-
  cv.lmgce(y ~ .,
           data = dataGCE)

coefficients(res.cv.lmgce)



[Package GCEstim version 0.1.0 Index]