getFamily | R Documentation |
Extract the error distribution family (and link function) from a fitted model.
getFamily(mod)
mod |
A fitted model object, or a list or nested list of such objects. |
getFamily()
returns an appropriate family object for a range of
different model classes, similarly to family()
. However, it can be also
be used for some classes without an existing family method. Mostly for
internal use.
A model "family"
object, or a list or nested list of such objects.
family()
# SEM model error distributions
getFamily(shipley.sem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.