coef.pibblefit: Return regression coefficients of pibblefit object

View source: R/fidofit_methods.R

coef.pibblefitR Documentation

Return regression coefficients of pibblefit object

Description

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

Usage

## 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:

  • 'use_names' if column and row names were passed for Y and X in call to pibble, should these names be applied to output array.

Value

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


fido documentation built on June 22, 2024, 9:36 a.m.