This extend coef

coefs(object, ...)

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

# S4 method for BetaModel
coefs(object)

# S4 method for nls.lm
coefs(object)

# S4 method for CDFmodel
coefs(object)

# S4 method for CDFmodelList
coefs(object)

# S4 method for 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.