coef.lmgce {GCEstim}R Documentation

Extract lmgce Model Coefficients

Description

Extract coefficients from a lmgce object

Usage

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

Arguments

object

Fitted lmgce model object.

...

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,
        boot.B = 50,
        seed = 230676)

coef(res_gce_package)


[Package GCEstim version 0.1.0 Index]