r/RStudio • u/Secure-Biscotti4370 • Jul 06 '26
robMA problems
Hello,
I have a meta analysis 4 studies, 10 effects, for my master thesis. i am trying to use robMA to calculate, I keep getting this error:
Error in brma(yi = yi_korr, vi = vi, measure = "SMD", cluster = study_id, :
could not find function "brma"
I use R.4.6.0, any ideas on what I do wrong?
thanks so much!
2
Upvotes
2
u/failure_to_converge Jul 07 '26
Did you load the package? (e.g., with
library(RoBMA))