I wish to calculate my effect size based on the response ratio but my studies only have means of the treatment(no-tillage) and control(conventional tillage). However, my studies didn't provide variance or standard deviations. How do I go about this especially with metafor. I get this error below
dat <- escalc(measure="RR", m1i=NT,m2i=CT, data=dt) Error in escalc(measure = "RR", m1i = NT, m2i = CT, data = dt) : Cannot compute outcomes. Check that all of the required information is specified via the appropriate arguments.