Creates summary tables for zplot estimates including EDR, Soric FDR, and estimated missing studies.
# S3 method for zplot_brma
summary(object, probs = c(0.025, 0.975), ...)An object of class "summary.zplot_brma" containing the
estimates table.
a zplot_brma object.
quantiles of the posterior distribution to display.
Defaults to c(.025, .975).
additional arguments (currently unused).
The summary includes:
Expected Discovery Rate - average power of significant studies
Expected proportion of false discoveries among significant results, computed from EDR following Soric (1989)
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.
as_zplot.brma(), plot.zplot_brma()