Retrieves effective sample size estimates for all parameters from a
model fitted with bgm() or bgmCompare().
Arguments
- bgms_object
A fitted model object of class
bgms(frombgm()) orbgmCompare(frombgmCompare()).
Value
A named list with ESS values for each parameter type present in
the model (e.g., main, pairwise, indicator).
See also
bgm(), bgmCompare(), extract_rhat()
Other extractors:
extract_arguments(),
extract_category_thresholds(),
extract_group_params(),
extract_indicator_priors(),
extract_indicators(),
extract_log_odds(),
extract_main_effects(),
extract_pairwise_interactions(),
extract_partial_correlations(),
extract_posterior_inclusion_probabilities(),
extract_precision(),
extract_rhat(),
extract_sbm()