coef.orthusfit: Return regression coefficients of orthus object

Description Usage Arguments Details Value Examples

View source: R/strayfit_methods.R

Description

Returned as array of dimension (D-1+P) x Q x iter (if in ALR or ILR) otherwise (D+P) x Q x iter.

Usage

1
2
## S3 method for class 'orthusfit'
coef(object, ...)

Arguments

object

an object of class orthusfit

...

other options passed to coef.orthusfit (see details)

Details

Other arguments:

Value

Array of dimension (D-1) x Q x iter

Examples

1
2
3
4
5
## Not run: 
fit <- orthus(Y, Z, X)
coef(fit)

## End(Not run)

jsilve24/mongrel documentation built on Jan. 27, 2022, 9:54 p.m.