Hello all,
I'm using metaprop in Stata 13.1 for Windows to obtain pooled prevalence estimates. I can successfully get estimates and a forest plot when I use the syntax:
However, when I try to use the 'by' option:
I get an error message:
I tried using a numeric variable as the by variable (as the ‘period’ variable is a string), but still received the same error. Any thoughts on resolving this much appreciated!
Thanks,
Sarah
I'm using metaprop in Stata 13.1 for Windows to obtain pooled prevalence estimates. I can successfully get estimates and a forest plot when I use the syntax:
Code:
.metaprop numerator denominator, random
Code:
.metaprop numerator denominator, random by(period)
Code:
invalid syntax error r(198)
Thanks,
Sarah

Comment