rrpack-coef: Estimated coefficients

rrpack-coefR 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 rrpack.

...

Other argumnts for future usage.

Value

A numeric matrix.


rrpack documentation built on June 16, 2022, 9:05 a.m.

Related to rrpack-coef in rrpack...