summarise_loo_estimate {serofoi} | R Documentation |
Extract specified loo estimate
Description
Extract specified loo estimate
Usage
summarise_loo_estimate(
seromodel,
par_loo_estimate = "elpd_loo",
loo_estimate_digits = 2
)
Arguments
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 |
Value
Text summarising specified loo estimate
Examples
data(veev2012)
seromodel <- fit_seromodel(veev2012, iter = 100)
summarise_loo_estimate(seromodel)
[Package serofoi version 1.0.3 Index]