You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw you updated the CRAN version of the package recently and it caused some new errors in the JASP implementation. I think that they are related to the "pars" argument in the fitting function (passing model.oe = "poisson/log" now causes the following error:
Error in if (correlation) rr@factors$correlation <- if (!is.na(sigm)) as(rr, :
argument is of length zero
In addition: Warning message:
In metamisc::valmeta(measure = options[["measure"]], cstat = if (options[["measure"]] == :
The Sidik-Jonkman-Hartung-Knapp correction cannot be applied
while omitting it works fine. I did not immediately see what changed, any ideas?
Cheers,
Frantisek
The text was updated successfully, but these errors were encountered:
Hi Thomas,
I saw you updated the CRAN version of the package recently and it caused some new errors in the JASP implementation. I think that they are related to the "pars" argument in the fitting function (passing
model.oe = "poisson/log"
now causes the following error:while omitting it works fine. I did not immediately see what changed, any ideas?
Cheers,
Frantisek
The text was updated successfully, but these errors were encountered: