Hello guys,
I have the data from the Tennessee Student/Teacher Achievement Ratio experiment (Project Star). Over all four years, the sample included 11,600 students from 80 schools and my current variables are:
gkclasstype: Indicator for the type of class the student was in in kindergarten (you can assume that the student was assigned to this class type in the first year they entered Project STAR), taking value 1 if the student was in the small class, 2 if they were in the regular class and 3 if they were in the regular class with teacher’s aide (g1classtype, g2classtype and g3classtype are defined similarly for grades 1, 2 and 3 respectively)
gkclasstype_d1: Dummy variable equal to one if the student was in the small class in kindergarten and equal to zero if they were in any other class type (i.e. in the regular or regular aide class) (and similarly for other grades)
gkclasstype_d2 Dummy variable equal to one if the student was in the regular class in kindergarten and equal to zero if they were in any other class type (i.e. in the small or regular aide class) (and similarly for other grades)
gkclasstype_d3 Dummy variable equal to one if the student was in the regular aide class in kindergarten and zero if they were in any other class type (i.e. in the small or regular class) (and similarly for other grades)
yearsstar: Number of years the student attended a school participating in Project STAR between kindergarten and grade 3
yearssmall: Number of years the student attended a small class between kindergarten and grade 3
gkstdmath: Standardised average maths test scores achieved at the end of kindergarten (derived by subtracting the mean and dividing by the standard deviation of maths test scores amongst all kindergarten students in the sample) (g1stdmath, g2stdmath and g3stdmath are defined similarly for grades 1, 2 and 3)
1) I am trying to estimate the effect of being assigned to: i) a small class vs a regular class, on standardised kindergarten maths scores. Most research papers have stated that the random assignment occurred within schools and incorporate school fixed effects. I am trying to add school fixed effects to my model and schools had to have at least one class of each size, how do I manage to do that? (Should I use LSDV but there are 79 school dummy variables)
2) What if randomisation had occurred across schools and schools did not have to have at least one of each class size? What would be the approach?
Your help is much appreciated. Thank you in advance.
Regards,
Jack
I have the data from the Tennessee Student/Teacher Achievement Ratio experiment (Project Star). Over all four years, the sample included 11,600 students from 80 schools and my current variables are:
gkclasstype: Indicator for the type of class the student was in in kindergarten (you can assume that the student was assigned to this class type in the first year they entered Project STAR), taking value 1 if the student was in the small class, 2 if they were in the regular class and 3 if they were in the regular class with teacher’s aide (g1classtype, g2classtype and g3classtype are defined similarly for grades 1, 2 and 3 respectively)
gkclasstype_d1: Dummy variable equal to one if the student was in the small class in kindergarten and equal to zero if they were in any other class type (i.e. in the regular or regular aide class) (and similarly for other grades)
gkclasstype_d2 Dummy variable equal to one if the student was in the regular class in kindergarten and equal to zero if they were in any other class type (i.e. in the small or regular aide class) (and similarly for other grades)
gkclasstype_d3 Dummy variable equal to one if the student was in the regular aide class in kindergarten and zero if they were in any other class type (i.e. in the small or regular class) (and similarly for other grades)
yearsstar: Number of years the student attended a school participating in Project STAR between kindergarten and grade 3
yearssmall: Number of years the student attended a small class between kindergarten and grade 3
gkstdmath: Standardised average maths test scores achieved at the end of kindergarten (derived by subtracting the mean and dividing by the standard deviation of maths test scores amongst all kindergarten students in the sample) (g1stdmath, g2stdmath and g3stdmath are defined similarly for grades 1, 2 and 3)
1) I am trying to estimate the effect of being assigned to: i) a small class vs a regular class, on standardised kindergarten maths scores. Most research papers have stated that the random assignment occurred within schools and incorporate school fixed effects. I am trying to add school fixed effects to my model and schools had to have at least one class of each size, how do I manage to do that? (Should I use LSDV but there are 79 school dummy variables)
2) What if randomisation had occurred across schools and schools did not have to have at least one of each class size? What would be the approach?
Your help is much appreciated. Thank you in advance.
Regards,
Jack
Comment