Point estimates
Mean and Quantiles computed from simulations.
For models fit using MCMC ("sampling", this is default algorithim of pandemic_model function), the posterior sample
is used. For others estimation algorithm see sampling (rstan package).
Convergence and efficiency diagnostics for Markov Chains
Included in the summary are: split effective sample sizes (n_eff), Monte Carlo standard errors
(se_mean) and split Rhats.
The Monte Carlo standard error provides relevant information for a posterior sample with more than one chain.
The R-hat convergence diagnostic compares the
between- and within-chain estimates for model parameters and other univariate
quantities of interest. If chains have not mixed well (ie, the between- and
within-chain estimates don't agree), R-hat is larger than 1.
We recommend running at least four chains by default and only using the
sample if R-hat is less than 1.05.
covidLPconfig
This subsection shows the main input settings used by the fitted model, and indicates whether default settings
of the CovidLP app (http://est.ufmg.br/covidlp/home/en/)
were used (covidLPconfig = TRUE or FALSE).
Check the default settings of the CovidLP app in pandemic_model.
Priors
A list with information about the prior distributions used and model restrictions (if there are any).
For more information go to models.