vivector of length \(k\) with the corresponding sampling variances. See ‘Details’.
weightsoptional argument to specify a vector of length \(k\) with user-defined weights. See ‘Details’.
aisee below and the documentation of the escalc function for more details.
bisee below and the documentation of the escalc function for more details.
cisee below and the documentation of the escalc function for more details.
disee below and the documentation of the escalc function for more details.
n1isee below and the documentation of the escalc function for more details.
n2isee below and the documentation of the escalc function for more details.
x1isee below and the documentation of the escalc function for more details.
x2isee below and the documentation of the escalc function for more details.
t1isee below and the documentation of the escalc function for more details.
t2isee below and the documentation of the escalc function for more details.
m1isee below and the documentation of the escalc function for more details.
m2isee below and the documentation of the escalc function for more details.
sd1isee below and the documentation of the escalc function for more details.
sd2isee below and the documentation of the escalc function for more details.
xisee below and the documentation of the escalc function for more details.
misee below and the documentation of the escalc function for more details.
risee below and the documentation of the escalc function for more details.
tisee below and the documentation of the escalc function for more details.
sdisee below and the documentation of the escalc function for more details.
r2isee below and the documentation of the escalc function for more details.
nisee below and the documentation of the escalc function for more details.
modsoptional argument to include one or more moderators in the model. A single moderator can be given as a vector of length \(k\) specifying the values of the moderator. Multiple moderators are specified by giving a matrix with \(k\) rows and as many columns as there are moderator variables. Alternatively, a model formula can be used to specify the model. See ‘Details’.
measurecharacter string indicating the type of data supplied to the function. When measure="GEN" (default), the observed effect sizes or outcomes and corresponding sampling variances (or standard errors) should be supplied to the function via the yi, vi, and sei arguments (only one of the two, vi or sei, needs to be specified). Alternatively, one can set measure to one of the effect size or outcome measures described under the documentation for the escalc function and specify the needed data via the appropriate arguments.
interceptlogical indicating whether an intercept should be added to the model (the default is TRUE). Ignored when mods is a formula.
slaboptional vector with labels for the \(k\) studies.
subsetoptional vector indicating the subset of studies that should be used for the analysis. This can be a logical vector of length \(k\) or a numeric vector indicating the indices of the observations to include.
addsee the documentation of the escalc function.
tosee the documentation of the escalc function.
drop00see the documentation of the escalc function.
vtypesee the documentation of the escalc function.
methodcharacter string specifying whether a fixed- or a random/mixed-effects model should be fitted. A fixed-effects model (with or without moderators) is fitted when using method="FE". Random/mixed-effects models are fitted by setting method equal to one of the following: "DL", "HE", "SJ", "ML", "REML", "EB", "HS", or "GENQ". Default is "REML". See ‘Details’.
weightedlogical indicating whether weighted (default) or unweighted estimation should be used to fit the model.
testcharacter string specifying how test statistics and confidence intervals for the fixed effects should be computed. By default (test="z"), Wald-type tests and CIs are obtained, which are based on a standard normal distribution. When test="knha", the method by Knapp and Hartung (2003) is used for adjusting test statistics and confidence intervals. See ‘Details’.
digitsinteger specifying the number of decimal places to which the printed results should be rounded (if unspecified, the default is 4).
bttoptional vector of indices specifying which coefficients to include in the omnibus test of moderators. See ‘Details’.
verboselogical indicating whether output should be generated on the progress of the model fitting (the default is FALSE). Can also be an integer. Values > 1 generate more verbose output. See ‘Note’.
controloptional list of control values for the iterative estimation algorithms. If unspecified, default values are defined inside the function. See ‘Note’.