I wish to set column width to all variables in my dataset
MWE:
Since some are numeric I get this error message:
Any idea on how can I set the column width for all variables in one command?
MWE:
Code:
foreach v of varlist * { format %20s `v' }
Code:
numeric %fmt required for numeric variables
Comment