Implements the Weighted Least Squares method for meta-analysis.
WLS fits a weighted regression model with effect sizes as the outcome
and weights based on the inverse of the squared standard errors.
The intercept represents the weighted average effect size estimate.
Usage
# S3 method for WLS
method(method_name, data, settings = NULL)
Value
Data frame with WLS 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)