Code:
use http://www.stata-press.com/data/r13/nhanes2b label define sexl 1 "Male/Man" 2"Female/Woman" label values sex sexl svyset _n [pweight=finalwgt], strata(stratid) vce(linearized) singleunit(missing) svy, subpop(race): tabulate sex, format(%11.3g) tabulate sex
(Also, I know that I could shorten the labels in this example, but I have a data set with many variables and many labels over 8 characters)
Any ideas how I can get the number of characters displayed in the first column to be longer for svy tabulate?
0 Response to Increase number of characters displayed in value label for svy tab?
Post a Comment