Hi everyone,
I'm running STATA 8.2
I am trying to get a stacked column of means for
several variables (q92as q92bs q92cs q92ds q92es q92fs
q92gs q92hs q92is q92js q92ks)
This is what I'm wrote, but it's not working...does
anyone have any ideas?
Thanks
keep resp q92as q92bs q92cs q92ds q92es q92fs q92gs
q92hs q92is q92js q92ks
drop resp
collapse (mean) q92as
collapse (mean) q92bs
collapse (mean) q92cs
collapse (mean) q92ds
collapse (mean) q92es
collapse (mean) q92fs
collapse (mean) q92gs
collapse (mean) q92hs
collapse (mean) q92is
collapse (mean) q92js
collapse (mean) q92ks
stack q92as q92bs q92cs q92ds q92es q92fs q92gs q92hs
q92is q92js q92ks, into (Score)
Table Score
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/