Hello everyone,
as an add-on to my thesis I want to do an analysis that displays the results as in the table down below.
Array
I am also investigating workforce change within a group but not on family management. Mine is plainly a panel of 200 firms over the years 2002 until 2014. Now I wanted to group my dependent variable ´, which is "workforchechange" in two categories namely workforce downsized and workforce upsized just like in the table above. I tried the command
code:
. recode workforcechange (-100/0=1) (0/275=2),gen(workforcechange_group)
but this did not lead to the result I wanted. It did generate the variable, but now I do not know what command to give Stata in order for it to calculate the means and median.
Anybody got an idea how to solve this problem?
as an add-on to my thesis I want to do an analysis that displays the results as in the table down below.
Array
I am also investigating workforce change within a group but not on family management. Mine is plainly a panel of 200 firms over the years 2002 until 2014. Now I wanted to group my dependent variable ´, which is "workforchechange" in two categories namely workforce downsized and workforce upsized just like in the table above. I tried the command
code:
. recode workforcechange (-100/0=1) (0/275=2),gen(workforcechange_group)
but this did not lead to the result I wanted. It did generate the variable, but now I do not know what command to give Stata in order for it to calculate the means and median.
Anybody got an idea how to solve this problem?