I have created a new independent variable based on the sum of the old variable. The old variable is a fraction that ranges from zero to one (e.g. 0; 0.1; 0.5; and so on). To create the new variable I sum up the old variable for each subgroup based on the number of the individuals in each subgroup. So if the first subgroup has 3 individuals I sum up the old variable for these three individuals, if the second subgroup has one individual I use the old variable for this individual, and so on. After I summed up the old variable I collapse the data set to be at the subgroup level which is also shown below. Below is an example at the individual level for 5 subgroups which contain 1 to 3 individuals and the collapsed data set.
My question is, if I run a regression where the new variable is the independent variable, how do I Interpret the coefficient of the new variable? Is it a unit increase? Is it a percent increase? I think it is something in between but I don't know what.
My question is, if I run a regression where the new variable is the independent variable, how do I Interpret the coefficient of the new variable? Is it a unit increase? Is it a percent increase? I think it is something in between but I don't know what.
old data set | new data set | ||||
variable_old | subgroup | variable_new | subgroup | variable_new | |
0.31 | 1 | 0.80 | 1 | 0.80 | |
0.28 | 1 | 0.80 | 2 | 0.35 | |
0.20 | 1 | 0.80 | 3 | 0.18 | |
0.17 | 2 | 0.35 | 4 | 1.21 | |
0.18 | 2 | 0.35 | 5 | 1.13 | |
0.18 | 3 | 0.18 | |||
0.46 | 4 | 1.21 | |||
0.75 | 4 | 1.21 | |||
0.65 | 5 | 1.13 | |||
0.15 | 5 | 1.13 | |||
0.33 | 5 | 1.13 |
Comment