family_params {glmmTMB} | R Documentation |
Retrieve family-specific parameters
Description
Most conditional distributions have only parameters governing their location
(retrieved via predict
) and scale (sigma
). A few (e.g. Tweedie, Student t, ordered beta)
are characterized by one or more additional parameters.
Usage
family_params(object)
Arguments
object |
glmmTMB object |
Value
a named numeric vector
[Package glmmTMB version 1.1.9 Index]