View source: R/plot_related_helper.R
fam_obtainer | R Documentation |
Gets the right family (in characters) from a given model
fam_obtainer(model)
# Generating data
data_fam <- model_fam_data(fam_name = "BE")
# Fit model
library("gamlss")
beta_model <- gamlss(BE ~ norm2 + binomial1,
data = data_fam, family = BE())
distreg.vis:::fam_obtainer(model = beta_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.