Help me please, I'm just learning to do meta-analysis using the R program. When I use summary measure with mean differences (MD) mode "metacont(Ne, Me, Se, Nc, Mc, Sc, data = data1, studlab = paste(Author), sm = "MD", common = T, random = T, hakn = T, prediction = T, subgroup = Sbg)" everything works normally.
However, when I change the summary measure to standardized mean differences (SMD) mode "metacont(Ne, Me, Se, Nc, Mc, Sc, data = data1, studlab = paste(Author), sm = "SMD", common = T , random = T, hakn = T, prediction = T, subgroup = Sbg)" an error message appears as follows "Error in (function (yi, vi, sei, weights, ai, bi, ci, di, n1i, n2i, x1i , : Fisher scoring algorithm did not converge. See 'help(rma)' for possible remedies."
Thank you