rrpack-coef {rrpack} | R Documentation |
Estimated coefficients
Description
S3 methods extracting estimated coefficients for objects generated by
rrpack
.
Usage
## S3 method for class 'mrrr'
coef(object, ...)
## S3 method for class 'cv.mrrr'
coef(object, ...)
## S3 method for class 'r4'
coef(object, ...)
## S3 method for class 'rrr'
coef(object, ...)
## S3 method for class 'rrr.fit'
coef(object, ...)
## S3 method for class 'cv.rrr'
coef(object, ...)
## S3 method for class 'srrr'
coef(object, ...)
## S3 method for class 'sofar'
coef(object, ...)
## S3 method for class 'rssvd'
coef(object, ...)
Arguments
object |
Object generated by |
... |
Other argumnts for future usage. |
Value
A numeric matrix.
[Package rrpack version 0.1-13 Index]