View source: R/summary-heterogeneity.R
| summary_heterogeneity | R Documentation | 
Computes the prediction interval, the absolute heterogeneity (tau, tau^2), and relative measures of heterogeneity (I^2, H^2) for a fitted RoBMA object.
summary_heterogeneity(
  object,
  type = "ensemble",
  conditional = FALSE,
  output_scale = NULL,
  probs = c(0.025, 0.975),
  short_name = FALSE,
  remove_spike_0 = FALSE
)
| object | a fitted RoBMA object | 
| type | whether to show the overall RoBMA results ( | 
| conditional | show the conditional estimates (assuming that the
alternative is true). Defaults to  | 
| output_scale | transform the  meta-analytic estimates to a different
scale. Defaults to  | 
| probs | quantiles of the posterior samples to be displayed.
Defaults to  | 
| short_name | whether priors names should be shortened to the first
(couple) of letters. Defaults to  | 
| remove_spike_0 | whether spike prior distributions with location at zero should
be omitted from the summary. Defaults to  | 
The conditional argument allows for computing the conditional prediction interval based
on models assuming the presence of the effect and the conditional heterogeneity estimates
tau, tau^2, I^2, and H^2 assuming the presence of the heterogeneity.
Relative heterogeneity measures (I^2 and H^2) are not available for BiBMA models.
summary_heterogeneity returns a list of tables of class 'BayesTools_table'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.