I have data with long variable names. When I want to use "summarize", it abbreviates the variable names.
I heard that tabstat works better. However, in contrast to summarize, tabstat requires a varlist
Code:
describe, varlist
Code:
tabstat, varlist
Code:
tabstat varlist
Is there an easy way to put all variables in a varlist?
Tom
0 Response to How to do tabstat varlist with all variables
Post a Comment