Description Usage Arguments Details Value Author(s) See Also
This is the main driver for flexmixNL interfacing the
family of Generalized Nonlinear Models.
1 2 3 4 |
formula |
A model |
family |
A character string naming a family function
( |
start |
A list of starting values for the regression parameters. |
offset |
Specification of an a priori known component to be included in the nonlinear predictor during fitting. |
Models for FLXMRnlm are specified by a model formula
(formula argument) relating the response to a
nonlinear predictor.
When fitting normal mixture models (family="gaussian") the nonlinear
predictor is explicitely formulated (see also nls).
When fitting gamma mixture models (family="Gamma") the nonlinear
predictor is specified by a symbolic description (see also gnm).
Variables not included in the data frame (see also flexmix)
are identified as the regression parameters. Starting values are required for
every regression parameter.
See flexmixNL for examples.
Returns an object of class FLXMRnlm.
Sanela Omerovic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.