The metafor Package

A Meta-Analysis Package for R

User Tools

Site Tools


news:news

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
news:news [2021/04/25 21:58] Wolfgang Viechtbauernews:news [2021/11/25 09:24] Wolfgang Viechtbauer
Line 3: Line 3:
 ~~NOTOC~~ ~~NOTOC~~
  
-==== April 21st, 2021: Better Degrees of Freedom Calculation ====+==== 2021-06-09Version 3.0 Released on CRAN ====
  
-In random/mixed-effects models as can be fitted with the [[https://wviechtb.github.io/metafor/reference/rma.html|rma()]] function, tests and confidence intervals for the model coefficients are by default constructed based on a standard normal distribution. In general, it is better to use the Knapp-Hartung method for this purpose, which does two things: (1) the standard errors of the model coefficients are estimated in a slightly different way and (2) a t-distribution is used with $k-p$ degrees of freedom (where $k$ is the total number of estimates and $p$ the number of coefficients in the model). When conducting a simultaneous (or 'omnibus') test of multiple coefficients, then an F-distribution with $m$ and $k-p$ degrees of freedom is used (for the 'numerator' and 'denominator' degrees of freedom, respectively), with $m$ denoting the number of coefficients tested. To use this method, set argument ''test="knha"''.+A new version of the metafor package (version 3.0has been published on CRAN. This version includes lot of updates that have accumulated in the development version of the package over the past 14-15 monthsSome highlights:
  
-The Knapp-Hartung method cannot be directly generalized to more complex models as can be fitted with the [[https://wviechtb.github.io/metafor/reference/rma.mv.html|rma.mv()]] functionalthough we can still use t- and F-distributions for conducting tests of one or multiple model coefficients in the context of such modelsThis is possible by setting ''test="t"''. Howeverthis then raises the question how the (denominatordegrees of freedom for such tests should be calculatedBy default, the degrees of freedom are calculated as described aboveHowever, this method does not reflect the complexities of models that are typically fitted with the ''rma.mv()'' function. For example, in multilevel models (with multiple estimates nested within studies), a predictor (or 'moderator'may be measured at the study level (i.e., it is constant for all estimates belonging to the same study) or at the level of the individual estimates (i.e., it might vary within studies)By setting argument ''dfs="contain"'', a method is used for calculating the degrees of freedom that tends to provide tests with better control of the Type I error rate and confidence intervals with closer to nominal coverage ratesSee the documentation of the function for further details.+  * The documentation has been further improved. I now make use of the [[https://cran.r-project.org/package=mathjaxr|mathjaxr]] package to nicely render equations in the HTML help pages (and in order to do this, I had to create the mathjaxr package in the first place!).  
 +  * ''[[https://wviechtb.github.io/metafor/reference/selmodel.html|selmodel()]]'' was added for fitting a wide variety of selection modelsincluding the beta selection model by Citkowicz and Vevea (2017), various models described by Preston et al. (2004), and step function models (with the three-parameter selection model (3PSM) as a special case). 
 +  * As another technique related to publication/small-sample bias, the ''[[https://wviechtb.github.io/metafor/reference/tes.html|tes()]]'' function was added to carry out the test of 'excess significance(Ioannidis & Trikalinos2007; see also Francis, 2013). 
 +  * The ''[[https://wviechtb.github.io/metafor/reference/regtest.html|regtest()]]'' function now shows the 'limit estimate' of the (averagetrue effect/outcomeThis is in essence what the PET/PEESE methods do (when the standard errors / sampling variances are used as predictors in a meta-regression model). 
 +  * One can now also fit so-called 'location-scale models' via the ''[[https://wviechtb.github.io/metafor/reference/rma.uni.html|rma()]]'' function (using the ''scale'' argument)With thisone can specify predictors for the amount of heterogeneity in the outcomes (to examine if the outcomes are more/less heterogeneous under certain circumstances)
 +  * The ''[[https://wviechtb.github.io/metafor/reference/regplot.html|regplot()]]'' function can be used to draw bubble plots based on meta-regression models. For models involving multiple predictorsthe function draws the line for the 'marginal relationship' of a predictor. Confidence/prediction interval bands can also be shown. 
 +  * Two functions were added that are related to the meta-analysis of correlation matrices / regression coefficients: ''[[https://wviechtb.github.io/metafor/reference/rcalc.html|rcalc()]]'' for calculating the var-cov matrix of correlation coefficients and ''[[https://wviechtb.github.io/metafor/reference/matreg.html|matreg()]]'' for fitting regression models based on correlation/covariance matrices. 
 +  * Sometimes, it might be necessary to aggregate a meta-analytic dataset with multiple outcomes from the same study to the study level. An ''[[https://wviechtb.github.io/metafor/reference/aggregate.escalc.html|aggregate()]]'' method for ''[[https://wviechtb.github.io/metafor/reference/escalc.html|escalc]]'' objects was added that can do thiswhile (approximately) accounting for various types of dependencies. 
 +  * When using functions that allow for parallel processing, progress bars can now also be shown, thanks to the [[https://cran.r-project.org/package=pbapply|pbapply]] package. Gives you an idea whether to just grab a coffee or go out for lunch while your computer is chugging along. 
 +  * 24 new datasets were added (there are now over 60 datasets included in the package). These datasets also cover advanced methodology, such as multivariate/multilevel models, network meta-analysis, phylogenetic meta-analysis, and models with a spatial correlation structure.
  
-==== April 3rd, 2021: Scatter Plots Bubble Plots for Meta-Regression Models ====+Lots of smaller tweaks/improvements were also made. I feel like so much has accumulated that this warranted a version jump to version 3.0.
  
-I finally got around to adding a function to the package for drawing scatter plots (also known as bubble plots) for meta-regression models. See the documentation of the [[https://wviechtb.github.io/metafor/reference/regplot.html|regplot()]] function for further details. An example illustrating such a plot is provided [[plots:meta_analytic_scatterplot|here]].+==== 2021-04-21: Better Degrees of Freedom Calculation ==== 
 + 
 +In random/mixed-effects models as can be fitted with the ''[[https://wviechtb.github.io/metafor/reference/rma.html|rma()]]'' function, tests and confidence intervals for the model coefficients are by default constructed based on a standard normal distribution. In general, it is better to use the Knapp-Hartung method for this purpose, which does two things: (1) the standard errors of the model coefficients are estimated in a slightly different way and (2) a t-distribution is used with $k-p$ degrees of freedom (where $k$ is the total number of estimates and $p$ the number of coefficients in the model). When conducting a simultaneous (or 'omnibus') test of multiple coefficients, then an F-distribution with $m$ and $k-p$ degrees of freedom is used (for the 'numerator' and 'denominator' degrees of freedom, respectively), with $m$ denoting the number of coefficients tested. To use this method, set argument ''test="knha"''
 + 
 +The Knapp-Hartung method cannot be directly generalized to more complex models as can be fitted with the ''[[https://wviechtb.github.io/metafor/reference/rma.mv.html|rma.mv()]]'' function, although we can still use t- and F-distributions for conducting tests of one or multiple model coefficients in the context of such models. This is possible by setting ''test="t"''. However, this then raises the question how the (denominator) degrees of freedom for such tests should be calculated. By default, the degrees of freedom are calculated as described above. However, this method does not reflect the complexities of models that are typically fitted with the ''[[https://wviechtb.github.io/metafor/reference/rma.mv.html|rma.mv()]]'' function. For example, in multilevel models (with multiple estimates nested within studies), a predictor (or 'moderator') may be measured at the study level (i.e., it is constant for all estimates belonging to the same study) or at the level of the individual estimates (i.e., it might vary within studies). By setting argument ''dfs="contain"'', a method is used for calculating the degrees of freedom that tends to provide tests with better control of the Type I error rate and confidence intervals with closer to nominal coverage rates. See the documentation of the function for further details. 
 + 
 +==== 2021-04-03: Scatter Plots / Bubble Plots for Meta-Regression Models ==== 
 + 
 +I finally got around to adding a function to the package for drawing scatter plots (also known as bubble plots) for meta-regression models. See the documentation of the ''[[https://wviechtb.github.io/metafor/reference/regplot.html|regplot()]]'' function for further details. An example illustrating such a plot is provided [[plots:meta_analytic_scatterplot|here]].
  
news/news.txt · Last modified: 2024/03/29 10:44 by Wolfgang Viechtbauer