| auxHidalgo | R Documentation |
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)
x |
object of class |
alpha |
posterior probability contained in the computed credible interval. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.