summary {rrpack} | R Documentation |
Summarize rrpack Objects
Description
S3 methods summarizing objects generated by rrpack
.
Usage
## S3 method for class 'mrrr'
summary(object, ...)
## S3 method for class 'cv.mrrr'
summary(object, ...)
## S3 method for class 'r4'
summary(object, ...)
## S3 method for class 'rrr'
summary(object, ...)
## S3 method for class 'cv.rrr'
summary(object, ...)
## S3 method for class 'sofar'
summary(object, ...)
## S3 method for class 'cv.sofar'
summary(object, ...)
## S3 method for class 'srrr'
summary(object, ...)
## S3 method for class 'cv.srrr'
summary(object, ...)
## S3 method for class 'rssvd'
summary(object, ...)
Arguments
object |
Object generated from |
... |
Other argumnts for future usage. |
[Package rrpack version 0.1-13 Index]