Stata (Windows, Version 16) wraps value labels displayed in codebook output although linesize allows more width (and indeed the tile lines indicating variable name and variable label actually uses more width).
In the example below the label "40=1.3 Name and surname of respondent" (length = 37) is wrapped which is not necessary. Can I prevent stata from wrapping value labels here?
best regards,
Stephan
Stephan Brosig
Leibniz Institute of Agricultural Development in Transition Economies
Halle (Saale)
Germany
In the example below the label "40=1.3 Name and surname of respondent" (length = 37) is wrapped which is not necessary. Can I prevent stata from wrapping value labels here?
HTML Code:
. set linesize 130 . codebook ifn1, tabulate(800) ---------------------------------------------------------------------------------------------------------------------------------- ifn1 ifn1: intFrageNr*10+AntwortNr ---------------------------------------------------------------------------------------------------------------------------------- type: numeric (int) label: ifn1, but 310 nonmissing values are not labeled range: [10,4050] units: 1 unique values: 497 missing .: 43,081/202,142 tabulation: Freq. Numeric Label 400 10 10=1.1 Name of enumerator 400 40 40=1.3 Name and surname of respondent 400 50 50=1.4 Postal adress ...
Stephan
Stephan Brosig
Leibniz Institute of Agricultural Development in Transition Economies
Halle (Saale)
Germany