Learn R Programming

grpregOverlap (version 2.2-0)

summary.cv.grpregOverlap: Summarizing inferences based on cross-validation

Description

Summary method for cv.grpregOverlap objects

Usage

"summary"(object, ...)
"print"(x, digits, ...)

Arguments

object
A "cv.grpregOverlap" object for summary function.
x
A "summary.cv.grpregOverlap" object for print function.
digits
Number of digits past the decimal point to print out. Can be a vector specifying different display digits for each of the five non-integer printed values.
...
Further arguments passed to or from other methods.

Value

summary.cv.grpregOverlap produces an object with S3 class "summary.cv.grpregOverlap" which inherits class "summary.cv.grpreg". The object contains the following list elements:

References

See Also

grpregOverlap, cv.grpregOverlap

Examples

Run this code
## See examples in "grpregOverlap" and "cv.grpregOverlap".

Run the code above in your browser using DataLab