fit_conf_key | R Documentation |
Generate lookup keys for fit configurations to retrieve prefit objects matching said config.
fit_conf_key(fit_conf)
fit_conf |
A hash generated from the fit configuration
fit_conf_key(
list(
fit_family = "gaussian",
fit_link = "identity",
prior = list(c(brms::set_prior("", class = "Intercept")))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.