hello, I am trying to prove that low income individuals are more likely to use a variety of cars compare to high income individuals who are morelikely to use one type of car
Would you kindly recommend how I can show this?
I can use a simple
Can you recommend any other way, not sure if I'm being clear?
A simple
Would you kindly recommend how I can show this?
I can use a simple
Code:
tab type car_model
A simple
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(type car_model id) 1 1 12 1 1 13 1 2 17 2 1 16 2 2 19 2 3 20 2 4 21 end label values type m label def m 1 "high income", modify label def m 2 "low income", modify label values car_model q label def q 1 "volvo", modify label def q 2 "fiat", modify label def q 3 "mercedes", modify label def q 4 "renault", modify
Comment