View source: R/foehnix_functions.R
coef.foehnix | R Documentation |
Returns the estimated coefficients of a foehnix
mixture model for both, the components and the concomitant model (if specified).
## S3 method for class 'foehnix'
coef(object, type = "parameter", ...)
object |
a |
type |
character, either |
... |
additional arguments, ignored. |
Returns the coefficients of the mixture model. If type =
"parameter"
the parameters of the mixture model components are returned on
the 'true' scale (parameter scale), else on the link scale (as used for
optimization). For each component the location and scale parameters are
returned. If a concomitant model has been specified, the coefficients of
the (possibly regularized) logistic regression model are returned as well
(concomitant model).
Returns a coef.foehnix
object with the estimated
coefficients.
Reto Stauffer
foehnix
, iwls_logit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.