Hello!
Quick question - I have data from a survey where participants can select multiple options for race. It comes across in our dataset as multiple yes/no (1/0) variables for each race category. I am trying to collapse them - but first I want to look at how these are distributed throughout the dataset. I am familiar with how to do this is SAS. It would be something like this:
proc freq data=have;
table var1*var2*var3*var4*var5/list missing; run;
I also use this a lot to check to make sure my newly created variables are correct. How can I replicate a similar output in STATA?
Thanks!
Related Posts with Listing out the frequency distributions for multiple variables
Match it commandHi all, I got a question to the command "matchit". Thank you first for your help. Right now, I am …
boost pluginDear members, I am trying to using generalized boost regression model for my data. But I found erro…
Problem with destring of variableHi all, Since I am relatively new to Stata, I ran into a problem with my data. Variable DealValue i…
Please create matrix with spweightxtHello Mr / Mrs Would you like to explain with an excel data's example the creation of a weight matr…
Combination of Heat- and Spineplot ("weighted" heat map)?Dear all I hope I can explain what I am looking for ... I want to generate a two-dimensional histogr…
Subscribe to:
Post Comments (Atom)
0 Response to Listing out the frequency distributions for multiple variables
Post a Comment