Hey Hey,
I have two variables:
Varieble1: "nacional": nacional==1 for natives & nacional==0 for non-natives.
Variable2: "work_col": work_col==1 for white collar workers & work_col=2 for Blue-collar workers.
I need to compute the share of blue-collar foreign workers.
I would appreciate any ideas.
Paris
I have two variables:
Varieble1: "nacional": nacional==1 for natives & nacional==0 for non-natives.
Variable2: "work_col": work_col==1 for white collar workers & work_col=2 for Blue-collar workers.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(nacioanal work_col) 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 0 2 1 2 1 2 0 2 0 2 1 2 1 2 1 2 1 2 1 2 0 2 1 2 0 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 0 2 1 2 1 2 1 2 1 1 1 2 1 2 1 2 1 2 1 2 0 2 0 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 0 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 end
I need to compute the share of blue-collar foreign workers.
I would appreciate any ideas.
Paris
Comment