print.cv.lmgce {GCEstim}R Documentation

Print cv.lmgce object

Description

Print cv.lmgce object

Usage

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

Arguments

x

fitted cv.lmgce object.

digits

significant digits in printout.

...

additional print arguments.

Value

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

Author(s)

Jorge Cabral, jorgecabral@ua.pt

Examples


res.cv.lmgce <-
  cv.lmgce(y ~ .,
           data = dataGCE)

res.cv.lmgce



[Package GCEstim version 0.1.0 Index]