Learn R Programming

GCEstim (version 0.1.0)

formula.lmgce: Extract Model Formula from lmgce object

Description

Returns the model used to fit lmgce object.

Usage

# S3 method for lmgce
formula(x, ...)

Value

An object of class formula representing the model formula.

Arguments

x

fitted lmgce object.

...

additional arguments.

Author

Jorge Cabral, jorgecabral@ua.pt

Examples

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

formula(res_gce_package)
# }

Run the code above in your browser using DataLab