Hi everyone, I am very new to STATA.

I am currently on a dose-response meta-analysis project. I tried to execute the drmeta command, but this error keeps coming back:

Code:
drmeta logrr dose, data(persondays cases) id(id) type(ntype) se(se) reml
          greenland_fn():  3200  conformability error
                 <istmt>:     -  function returned error
r(3200);
This is the data for my study
Code:
             id   ntype dose  cases       n        logrr    se     ntype   persondays |
      |-------------------------------------------------------------------------------------------|
  1. |       1      1   8.86   20.00    94.00    1.73   0.78       1             2872      |
  2. |       1      1   5.81    6.00   129.00    0.97   0.85       1             3769      |
  3. |       1      1   4.97    2.00   132.00    0.00      .          1             3790      |
  4. |       2      1   7.40   58.00  176.00    0.83   0.22       1             4928      |
  5. |       2      1   6.50    9.00    62.00     0.54   0.28       1             1516      |
  6. |       2      1   5.60    4.00   166.00    0.00      .          1             4521      |
Does anyone know which variable caused this error? Thank you very much, any help will be much appreciated

------
UPDATE:
This also happens when I tried to perform the glst command:

Code:
glst logrr doses, se(se) cov(n cases) cc
                       *:  3200  conformability error
                glsest():     -  function returned error
                 <istmt>:     -  function returned error
r(3200);
I have seen a previous discussion mentioning the same error (ref: https://www.statalist.org/forums/for...-meta-analysis); however, I have tried replacing the error as recommended before, but to no avail