Learn R Programming

rrpack (version 0.1-14)

rrpack-coef: Estimated coefficients

Description

S3 methods extracting estimated coefficients for objects generated by rrpack.

Usage

# S3 method for mrrr
coef(object, ...)

# S3 method for cv.mrrr coef(object, ...)

# S3 method for r4 coef(object, ...)

# S3 method for rrr coef(object, ...)

# S3 method for rrr.fit coef(object, ...)

# S3 method for cv.rrr coef(object, ...)

# S3 method for srrr coef(object, ...)

# S3 method for sofar coef(object, ...)

# S3 method for rssvd coef(object, ...)

Value

A numeric matrix.

Arguments

object

Object generated by rrpack.

...

Other argumnts for future usage.