Description Usage Arguments References
View source: R/replicate_MetaWin2.0.R
Replicate meta-analysis results and summaries from Rosenberg's et al. (2000) software 'MetaWin' 2.0. Currently only replicates moderator analyses and not meta-regressions.
1 2 3 4 5 6 7 | replicate_MetaWin2.0(
model,
weights,
effects_model = "random",
data,
bootstraps = 999
)
|
model |
A two-sided linear formula object describing the model, with the response (effect sizes) on the left of a ~ operator and the moderator variables, separated by +, :, * operators, on the right. NOTE: MetaWin was limited to analyses with a single moderator variable. This function currently supports only categorical moderators. |
weights |
A vector of effect size variances that will be used as weights for the meta-analysis. |
effects_model |
The default is |
data |
An optional data frame containing the variables named in model and weights. |
bootstraps |
The number of bootstraps used to estimate confidence intervals. As with 'MetaWin' 2.0, the default is 999. |
Rosenberg, M.S., Adams, D.C., and Gurevitch, J. 2000. MetaWin: Statistical Software for Meta-Analysis. Sinauer Associates Sunderland, Massachusetts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.