Skip to content

Commit

Permalink
Updated fsn() and added type='General' method.
Browse files Browse the repository at this point in the history
  • Loading branch information
wviechtb committed Sep 5, 2023
1 parent 27cfafa commit 041769f
Show file tree
Hide file tree
Showing 187 changed files with 946 additions and 535 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: metafor
Version: 4.3-15
Date: 2023-08-30
Version: 4.3-16
Date: 2023-09-05
Title: Meta-Analysis Package for R
Authors@R: person(given = "Wolfgang", family = "Viechtbauer", role = c("aut","cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-3463-4063"))
Depends: R (>= 4.0.0), methods, Matrix, metadat, numDeriv
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# metafor 4.3-15 (2023-08-30)
# metafor 4.3-16 (2023-09-05)

- added `getmfopt()` and `setmfopt()` functions for getting and setting package options and made some of the options more flexible

- removed argument `weighted` from `fsn()` (whether weighted or unweighted averages are used in Orwin's method is now simply determined by whether sampling variances are specified or not); added `type="General"` to `fsn()` as a generalization of the Orwin and Rosenberg methods (that allows for heterogeneity based on a random-effects model)

- further improved the theming of all plots based on the foreground and background colors; within RStudio, plot colors can also be automatically chosen based on the theme

- added (for now undocumented) `vccon` argument to `rma.mv()`
Expand Down
Loading

0 comments on commit 041769f

Please sign in to comment.