summary.zplot_brma: Summarize Zplot Results

View source: R/zplot.R

summary.zplot_brmaR Documentation

Summarize Zplot Results

Description

Creates summary tables for zplot estimates including EDR, Soric FDR, and estimated missing studies.

Usage

## S3 method for class 'zplot_brma'
summary(object, probs = c(0.025, 0.975), ...)

Arguments

object

a zplot_brma object.

probs

quantiles of the posterior distribution to display. Defaults to c(.025, .975).

...

additional arguments (currently unused).

Details

The summary includes:

EDR

Expected Discovery Rate - average power of significant studies

Soric FDR

Expected proportion of false discoveries among significant results, computed from EDR following Soric (1989)

Missing N

Estimated number of studies suppressed by publication bias, computed from the selection model weights

The footer reports the Observed Discovery Rate (ODR) with 95\ comparison with the model-estimated EDR.

Value

An object of class "summary.zplot_brma" containing the estimates table.

See Also

as_zplot.brma(), plot.zplot_brma()


RoBMA documentation built on May 7, 2026, 5:08 p.m.