Changes:
- Updated documentation for several functions
- New functions for standard errors: se.prop2, se.prop.ps
- New function for chi-square test of homegeniety: meta.chitest
- New function for confidence interval for an average variance:
meta.ave.var
- New functions for replication studies: replicate.prop2,
replicate.oddsratio, replicate.slope
- For consistency, updated parameter names in the following functions:
- meta.lm.cronbach now takes (alpha, n, rel, r, X) rather than (alpha,
n, rel, q, X)
- se.cor now takes (cor, s, n) rather than (cor, q, n)
- meta.sub.cronbach now takes (alpha, n, rel, r, group) rather than
(alpha, n, rel, q, group)
- meta.ave.cronbach now takes (alpha, n, rel, r, bystudy) rather than
(alpha, n, rel, q, bystudy)
Changes:
- Added a
NEWS.md
file to track changes to the
package.