coefficients.lmgce {GCEstim} | R Documentation |
Extract lmgce
Model Coefficients
Description
Extract coefficients from a lmgce
object
Usage
## S3 method for class 'lmgce'
coefficients(object, ...)
Arguments
object |
Fitted |
... |
Additional arguments (not used). |
Value
Returns the coefficients from a lmgce
object
Author(s)
Jorge Cabral, jorgecabral@ua.pt
Examples
res_gce_package <-
lmgce(y ~ .,
data = dataGCE,
seed = 230676)
coefficients(res_gce_package)
[Package GCEstim version 0.1.0 Index]