View source: R/family_object_functs.R
augment_family_object | R Documentation |
Augments a family object, adding the fields "skewness," "mu.eta.prime, "simulate_from_mus," and "log_py_given_mu."
augment_family_object(f)
f |
a family object |
the augmented family object
pois_augmented <- augment_family_object(poisson())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.