Dose-response meta-analysis with quadratic model

Hello all,

I am currently trying dose-response meta-analysis using the command dosresmeta.
I used this dataset (datafile.xlsx - Google Sheets).

When I tried to test for quadratic model, the commands returns an error.

The following code was used:

library(dosresmeta)
quad_drma<-dosresmeta(formula = logrr ~ dose + I(dose^2), type = type, id = id,
                                 se = se, cases = event.n, n = total.n, data = datafile)
summary(quad_drma)

This is the resulting error code:

dosresmeta.fit(X[v != 0, , drop = FALSE], Z[v != 0, , drop = FALSE] :
  A two-stage approach requires that each study provides at least p non-referent obs (p is the number of columns of the design matrix X)

Does anyone know which part of my code or dataset caused problem?

Thank you very much,

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.