Learn R Programming

GCEstim (version 0.1.0)

coef.lmgce: Extract lmgce Model Coefficients

Description

Extract coefficients from a lmgce object

Usage

# S3 method for lmgce
coef(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,
        boot.B = 50,
        seed = 230676)
# }
coef(res_gce_package)

Run the code above in your browser using DataLab