Learn R Programming

GCEstim (version 0.1.0)

print.cv.lmgce: Print cv.lmgce object

Description

Print cv.lmgce object

Usage

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

Value

A small summary of a cv.lmgce object is returned.

Arguments

x

fitted cv.lmgce object.

digits

significant digits in printout.

...

additional print arguments.

Author

Jorge Cabral, jorgecabral@ua.pt

Examples

Run this code
# \donttest{
res.cv.lmgce <-
  cv.lmgce(y ~ .,
           data = dataGCE)

res.cv.lmgce
# }

Run the code above in your browser using DataLab