Learn R Programming

GCEstim (version 0.1.0)

coefficients.lmgce: Extract lmgce Model Coefficients

Description

Extract coefficients from a lmgce object

Usage

# S3 method for lmgce
coefficients(object, ...)

Value

Returns the coefficients from a lmgce object

Arguments

object

Fitted lmgce model object.

...

Additional arguments (not used).

Author

Jorge Cabral, jorgecabral@ua.pt

Examples

Run this code
# \donttest{
res_gce_package <-
  lmgce(y ~ .,
        data = dataGCE,
        seed = 230676)
# }
coefficients(res_gce_package)


Run the code above in your browser using DataLab