Learn R Programming

GCEstim (version 0.1.0)

print.lmgce: Print a lmgce object

Description

Concise summary of a lmgce object

Usage

# S3 method for lmgce
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Value

A small summary of a lmgce object is returned.

Arguments

x

fitted lmgce object.

digits

significant digits in printout.

...

additional print arguments.

Author

Jorge Cabral, jorgecabral@ua.pt

Examples

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

Run the code above in your browser using DataLab