Hi all,
I am running a linear regression (with school fixed effects) of pupil test scores on a continuous variable which represents the % of staff the pupil is taught by that have a certain type of qualification (and various controls).
60% of the pupils are not taught by any staff with this qualification and so the variable is 0 for them. For the other 40% of pupils, the variable ranges from 0 to 1.
I am interested in knowing both:
a) Does being taught by just one teacher with this qualification (versus zero teachers) have an impact on test scores
b) Given that you are being taught by at least one teacher with this qualification, does increasing the % of teachers you are taught by who have this qualification impact your test score
Based on this I was planning to create a dummy variable using my continuous variable, which is equal to 0 if the % of staff the pupil is taught by is 0, and 1 if the % is greater than 0.
I was going then to run my regression, including BOTH this dummy variable and the continuous variable. Would the coefficients on the dummy and the continuous question help me to answer a) and b) respectively?
Many thanks,
Martin
I am running a linear regression (with school fixed effects) of pupil test scores on a continuous variable which represents the % of staff the pupil is taught by that have a certain type of qualification (and various controls).
60% of the pupils are not taught by any staff with this qualification and so the variable is 0 for them. For the other 40% of pupils, the variable ranges from 0 to 1.
I am interested in knowing both:
a) Does being taught by just one teacher with this qualification (versus zero teachers) have an impact on test scores
b) Given that you are being taught by at least one teacher with this qualification, does increasing the % of teachers you are taught by who have this qualification impact your test score
Based on this I was planning to create a dummy variable using my continuous variable, which is equal to 0 if the % of staff the pupil is taught by is 0, and 1 if the % is greater than 0.
I was going then to run my regression, including BOTH this dummy variable and the continuous variable. Would the coefficients on the dummy and the continuous question help me to answer a) and b) respectively?
Many thanks,
Martin
Comment