coef.pibblefit: Return regression coefficients of pibblefit object

Description Usage Arguments Details Value Examples

View source: R/strayfit_methods.R

Description

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

Usage

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

Arguments

object

an object of class pibblefit

...

other options passed to coef.pibblefit (see details)

Details

Other arguments:

Value

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

Examples

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

## End(Not run)

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