method.PEESE: PEESE (Precision-Effect Estimate with Standard Errors) Method
Description
Implements the Precision-Effect Estimate with Standard Errors method for
publication bias correction. PEESE regresses effect sizes against standard
errors^2 to correct for publication bias. The intercept represents the
bias-corrected effect size estimate. See
stanley2014meta;textualPublicationBiasBenchmark for details.
Usage
# S3 method for PEESE
method(method_name, data, settings = NULL)
Value
Data frame with PEESE results
Arguments
method_name
Method name (automatically passed)
data
Data frame with yi (effect sizes) and sei (standard errors)
settings
List of method settings (no settings version are implemented)