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)
an object for which the extraction of model coefficients is meaningful.
Additional parameter not in use yet.
Only if object is from data.frame
class.
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.