View source: R/summarise_seromodel.R
summarise_loo_estimate | R Documentation |
Extract specified loo estimate
summarise_loo_estimate(
seromodel,
par_loo_estimate = "elpd_loo",
loo_estimate_digits = 2
)
seromodel |
stan_fit object obtained from sampling a model with fit_seromodel |
par_loo_estimate |
Name of the loo estimate to be extracted. Available options are:
For additional information refer to loo. |
loo_estimate_digits |
Number of loo estimate digits |
Text summarising specified loo estimate
data(veev2012)
seromodel <- fit_seromodel(veev2012, iter = 100)
summarise_loo_estimate(seromodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.