Modified metafor::trimfill.rma.uni to avoid the invalid sqrt in k0 calculation when estimator == "Q0"
trimfill_rma(
x,
side,
estimator = "L0",
maxiter = 100,
method.trim = NULL,
method.fill = NULL,
verbose = FALSE,
ilim
)
the same as in metafor::trimfill
an object of class "rma.uni".
the same as in metafor::trimfill
the same as in metafor::trimfill
the same as in metafor::trimfill
the model used in rma.uni() for estimating the center when trimming studies, default is x$method
the model used in rma.uni() for estimating the center after filling studies, default is x$method
the same as in metafor::trimfill
limits for the imputed values as in metafor::trimfill. If unspecified, no limits are used.
Chongliang Luo, Yong Chen
It is recommend using fixed-effects for method.trim and random-effects for method.fill when heterogeneity exists.