Learn R Programming

RoBMA (version 4.0.0)

summary.zplot_brma: Summarize Zplot Results

Description

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

Usage

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

Value

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

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.

See Also

as_zplot.brma(), plot.zplot_brma()