coefs | R Documentation |
This extend coef
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)
object |
an object for which the extraction of model coefficients is meaningful. |
... |
Additional parameter not in use yet. |
column |
Only if object is from |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.