I have a categorical numerical variable with attached value labels.
Novice question: How would I get the value labels to display rather than
the values in something like this:
forvalues x = 0(1)1 {
display `x' //just for experimenting
graph twoway scatter wt wk if group == `x', by(id) ///
saving(wtbywk`x', replace) title("Wt/Wk Group = `x'")
}
Thanks!
Tim
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/