coefs: Extract Model Coefficients

coefsR Documentation

Extract Model Coefficients

Description

This extend coef

Usage

coefs(object, ...)

## S4 method for signature 'DirchModel'
coefs(object, output = c("alpha", "marginals"))

## S4 method for signature 'BetaModel'
coefs(object)

## S4 method for signature 'nls.lm'
coefs(object)

## S4 method for signature 'CDFmodel'
coefs(object)

## S4 method for signature 'CDFmodelList'
coefs(object)

## S4 method for signature 'data.frame'
coefs(object, column = 1L)

Arguments

object

an object for which the extraction of model coefficients is meaningful.

...

Additional parameter not in use yet.

column

Only if object is from data.frame class.

Details

The extreme case is when object is from data.frame. In this case, each row provides the corresponding coefficient value and the row-names must be provided as well.


genomaths/usefr documentation built on April 18, 2023, 3:35 a.m.