powered by
cv.lmgce
Extract coefficients from a cv.lmgce object
# S3 method for cv.lmgce coefficients(object, ...)
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.
lmgce
object$best$coefficients
Fitted cv.lmgce model object.
Additional arguments (not used).
Jorge Cabral, jorgecabral@ua.pt
# \donttest{ res.cv.lmgce <- cv.lmgce(y ~ ., data = dataGCE) coefficients(res.cv.lmgce) # }
Run the code above in your browser using DataLab