| auxHidalgo {intRinsic} | R Documentation |
Auxiliary functions for the Hidalgo model
Description
Collection of functions used to extract meaningful information from the object returned
by the function Hidalgo
Usage
posterior_means(x)
initial_values(x)
posterior_medians(x)
credible_intervals(x, alpha = 0.95)
Arguments
x |
object of class |
alpha |
posterior probability contained in the computed credible interval. |
Value
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.
[Package intRinsic version 1.0.2 Index]