Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for metafor functions #22

Open
18 tasks done
gasparl opened this issue May 23, 2022 · 6 comments
Open
18 tasks done

Support for metafor functions #22

gasparl opened this issue May 23, 2022 · 6 comments

Comments

@gasparl
Copy link

gasparl commented May 23, 2022

I would add support for the following functions from the metafor R package:

  • rma.uni()
  • rma.mh()
  • rma.peto()
  • rma.glmm()
  • rma.mv()
  • confint.rma()
  • anova.rma()
  • permutest()
  • tes()
  • matreg()
  • ranktest()
  • regtest()
  • trimfill()
  • selmodel()
  • fsn()
  • hc()
  • robust()
  • cumul()
@WillemSleegers
Copy link
Owner

Works for me!

Is the second function correct through?

@gasparl
Copy link
Author

gasparl commented May 23, 2022

You mean rma.mh()? It's "Meta-Analysis via the Mantel-Haenszel Method".

@WillemSleegers
Copy link
Owner

Alright, I thought it may have been rma.mv(), which we should also definitely add.

@gasparl
Copy link
Author

gasparl commented May 23, 2022

Ah right, I added it.

@gasparl
Copy link
Author

gasparl commented Jun 10, 2022

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.

@WillemSleegers
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants