Hidalgo modelCollection of functions used to extract meaningful information from the object returned
by the function Hidalgo
posterior_means(x)initial_values(x)
posterior_medians(x)
credible_intervals(x, alpha = 0.95)
posterior_mean returns the observation-specific id posterior means estimated with Hidalgo.
initial_values returns a list with the parameter specification
passed to the model.
posterior_median returns the observation-specific id posterior medians estimated with Hidalgo.
credible_interval returns the observation-specific credible intervals for a specific
probability alpha.
object of class Hidalgo, the output of the
Hidalgo() function.
posterior probability contained in the computed credible interval.