tidystats
tidystats copied to clipboard
Support for metafor functions
I would add support for the following functions from the metafor
R package:
- [x]
rma.uni()
- [x]
rma.mh()
- [x]
rma.peto()
- [x]
rma.glmm()
- [x]
rma.mv()
- [x]
confint.rma()
- [x]
anova.rma()
- [x]
permutest()
- [x]
tes()
- [x]
matreg()
- [x]
ranktest()
- [x]
regtest()
- [x]
trimfill()
- [x]
selmodel()
- [x]
fsn()
- [x]
hc()
- [x]
robust()
- [x]
cumul()
Works for me!
Is the second function correct through?
You mean rma.mh()
? It's "Meta-Analysis via the Mantel-Haenszel Method".
Alright, I thought it may have been rma.mv()
, which we should also definitely add.
Ah right, I added it.
This is now done.
Again, many arbitrary decisions had to be made, but, since the working core is there, alternations for other preferences should be easy to implement. Given the complexity of many functions (e.g. in particular rma.mv
), full testing of all relevant argument combinations is not really feasible, but I did my best to cover all cases that might make a difference.
And again, there are some related changes in the Google Docs add-in, see here.
Thanks!