publication_bias.RdFits publication-bias models from a fitted mars object. Implements
the beta selection model by Citkowicz and Vevea (2017) and a beta-binomial
selection model over p-value bins, plus a logistic selection model.
A fitted object returned by mars.
Publication-bias method. One of "beta_selection", "beta_binomial", or "logistic_selection".
P-value tail used for selection weights.
Number of p-value bins for "beta_binomial".
Maximum optimization iterations.
Number of points used for numerical integration.
Absolute z-limit used in numerical integration.
Logical; if TRUE, draws a funnel plot from the fitted publication-bias model.
Optional named list passed to funnel_plot when funnel_plot = TRUE.
Optional named list passed to optim.
Unused. Optimization controls should be supplied through
control; optimization uses "BFGS" internally.
A list of class pub_bias with adjusted coefficients, selection
parameters, selection weights, an Egger-type small-study-effects check,
an adjusted/reference center for funnel plotting, model data for plotting, an adjusted-vs-unadjusted effect summary table,
optimization diagnostics, and a standard-error diagnostic note when
Hessian-based SEs are unstable. The selection_weights component is
a p-value grid with weights for beta_selection and
logistic_selection, and a bin-level weight table for
beta_binomial.
Citkowicz, M., \& Vevea, J. L. (2017). A parsimonious weight function for modeling publication bias. Psychological Methods, 22(1), 28-41.