Hello,
I would really appreciate your advice. I am working on a meta analysis of proportions: my question is why I am not able to do cumulative analysis? I would like to do cumulative analysis on different treatment options which I would like to be ordered by duration - in descending order.
metaprop df_compete_c df_complete_t, ftt random label (namevar=study_id) power(2), cumulative(rx, by(duration) descending)
the answer I get is that cumulative is not recognised
I also tried
metaprop, subgroup(rx duration)
metaprop, cumulative(duration)
and I received a message that varlist is required.
I have been reading for the last few days how I can do this but I am able to find answer anywhere.
Many thanks
I would really appreciate your advice. I am working on a meta analysis of proportions: my question is why I am not able to do cumulative analysis? I would like to do cumulative analysis on different treatment options which I would like to be ordered by duration - in descending order.
metaprop df_compete_c df_complete_t, ftt random label (namevar=study_id) power(2), cumulative(rx, by(duration) descending)
the answer I get is that cumulative is not recognised
I also tried
metaprop, subgroup(rx duration)
metaprop, cumulative(duration)
and I received a message that varlist is required.
I have been reading for the last few days how I can do this but I am able to find answer anywhere.
Many thanks
Comment