Dear all,
I am using secundary data with a panel data structure (6 years of observation). Basically I am interested in the effect of employee share ownership (ESO), i.e. number of stocks employees purchase from their employer annualy, on employee individual work behavior (IWB), i.e. number of ideas an employee has issued to a corporate idea suggestion scheme per year.
My data has the following structure:
Based on the idea of dimishing marginal utility, I am expecting the effect of ESO on IWB to decrease over time. Hence, I would like to calculate and plot the relationship between ESO and IWB for each of the 6 years of observation to show how the relationship changes over time. Unfortuantely, I have not found a lot of advise on how to adress this. One of the few approaches that I have found is explained here (http://www.fight-entropy.com/2010/11...lity-over.html) but the script is not available for download anymore.
I would very much apprechiate any kind of advise on how to investigate how the relationship between ESO and IWB changes over time.
Kind regards
Felix
I am using secundary data with a panel data structure (6 years of observation). Basically I am interested in the effect of employee share ownership (ESO), i.e. number of stocks employees purchase from their employer annualy, on employee individual work behavior (IWB), i.e. number of ideas an employee has issued to a corporate idea suggestion scheme per year.
My data has the following structure:
ID | YEAR | ESO (IV) | Several Controls | IWB (DV) |
1 | 1 | 10 | 1 | |
1 | 2 | 15 | 2 | |
1 | 3 | 0 | 0 | |
1 | 4 | 10 | 0 | |
1 | 5 | 22 | 4 | |
1 | 6 | 10 | 0 | |
2 | 1 | 0 | 2 | |
2 | 2 | 0 | 1 | |
... | ... | ... | ... | ... |
Based on the idea of dimishing marginal utility, I am expecting the effect of ESO on IWB to decrease over time. Hence, I would like to calculate and plot the relationship between ESO and IWB for each of the 6 years of observation to show how the relationship changes over time. Unfortuantely, I have not found a lot of advise on how to adress this. One of the few approaches that I have found is explained here (http://www.fight-entropy.com/2010/11...lity-over.html) but the script is not available for download anymore.
I would very much apprechiate any kind of advise on how to investigate how the relationship between ESO and IWB changes over time.
Kind regards
Felix
Comment