We are using the the metafor
package for meta analysis. In one of our analyses we got the error:
Fisher scoring algorithm did not converge
We tried using this code to adjust it:
res <- rma(yi, vi, data=dat, (control = list(stepadj = 0.5)))
It worked in the past, but now it is not working, even when changing the code to:
res <- rma(yi, vi, data=dat, (control = list(stepadj = 0.5, maxiter=10000)))
We are still getting the same error:
Fisher scoring algorithm did not converge