Hello.
I am having trouble with -tabout- commands,
even though I am carefully reading through the manuals..
I have to create a oneway table on a sub-population(boys, gender=1) that is based from survey data
what percentage of them are vaccinated or not(vaccine), the standard error of the population, and the number of observations used to estimate.
I tried using
tabout vaccine if gender==1 using table.txt, svy oneway per se obs replace
tabout using table.txt, svy oneway vaccine if gender==1 cells(per se obs) replace
tabout vaccine if gender==1 using table.txt, svy oneway replace per se obs
and so many other commands and it simply doesn't work....
Can someone help me with this simple command?
I want to use the bolded commands to create the table.
Thank you so much in advance!
I am having trouble with -tabout- commands,
even though I am carefully reading through the manuals..
I have to create a oneway table on a sub-population(boys, gender=1) that is based from survey data
what percentage of them are vaccinated or not(vaccine), the standard error of the population, and the number of observations used to estimate.
I tried using
tabout vaccine if gender==1 using table.txt, svy oneway per se obs replace
tabout using table.txt, svy oneway vaccine if gender==1 cells(per se obs) replace
tabout vaccine if gender==1 using table.txt, svy oneway replace per se obs
and so many other commands and it simply doesn't work....
Can someone help me with this simple command?
I want to use the bolded commands to create the table.
Thank you so much in advance!
Comment