st: graphical output of metan contains fictional data in studyid
Date
Thu, 29 Jul 2004 07:18:59 -0700
I am experiencing difficulty with graphical output of metan.Strange numbers
are appearing where the study name should be, in both the text output
results and the graphical output. I have defined four variables, resp1
resp0 noresp1 noresp0, which are the four 2x2 cells.
"Help metan" specifies that I should use the option (namvar=namvar), and in
my case namvar=studyid.There are some missing data in a covariate, here
called covar, and so I specify the command for covar!=. I have tried this
with or without any of the options or "if" command, and this is still
happening. I have made sure that studyid is a string variable. The numbers
which appear in the Study column of output do not represent the sort order,
or any of my data cells. By the way, this problem does not appear when I
use meta.
Any suggestions?
(my command and output follow below)
metan resp1 resp0 noresp1 noresp0 if covar!=., random xlab(.1,.5,1,2,10)
counts texts(.7) label(namvar=studyid) by(covar)