Skip to content

Commit

Permalink
Refining MATHEMATICS configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbetebenner committed Sep 25, 2016
1 parent 4a54906 commit e43067e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SGP_CONFIG/2016/MATHEMATICS.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ ALGEBRA_I_2016.config <- list(
sgp.content.areas=c(rep("MATHEMATICS", 6), "ALGEBRA_I"),
sgp.panel.years=as.character(2010:2016),
sgp.grade.sequences=list(c(as.character(3:8), "EOCT")),
sgp.projection.sequence = "ALGEBRA_I",
sgp.norm.group.preference=0), # 9th grade - CANONICAL

ALGEBRA_I.2016 = list( ### 6 to Algebra_I singular-design matrix
sgp.content.areas=c(rep("MATHEMATICS", 5), "ALGEBRA_I"),
sgp.panel.years=c(as.character(2011:2015), "2016"),
sgp.grade.sequences=list(c(as.character(3:7), "EOCT")),
sgp.projection.sequence = "ALGEBRA_I",
sgp.norm.group.preference=1) # 8th grade

# ALGEBRA_I.2016 = list( ### 634 Cases
Expand All @@ -37,6 +39,7 @@ GEOMETRY_2016.config <- list(
sgp.content.areas=c(rep("MATHEMATICS", 6), "ALGEBRA_I", "GEOMETRY"),
sgp.panel.years=as.character(2009:2016),
sgp.grade.sequences=list(c(as.character(3:8), "EOCT", "EOCT")),
sgp.projection.sequence = "GEOMETRY",
sgp.norm.group.preference=0),

# GEOMETRY.2016 = list( ### 926 Total Cases from Grade Level Math to Geometry
Expand All @@ -49,6 +52,7 @@ GEOMETRY_2016.config <- list(
sgp.content.areas=c("ALGEBRA_II", "GEOMETRY"),
sgp.panel.years=c("2015", "2016"),
sgp.grade.sequences=list(c("EOCT", "EOCT")),
sgp.projection.grade.sequences="NO_PROJECTIONS",
sgp.norm.group.preference=1)
)

Expand All @@ -57,6 +61,7 @@ ALGEBRA_II_2016.config <- list(
sgp.content.areas=c("GEOMETRY", "ALGEBRA_II"),
sgp.panel.years=c("2015", "2016"),
sgp.grade.sequences=list(c("EOCT", "EOCT")),
sgp.projection.sequence = "ALGEBRA_II",
sgp.norm.group.preference=0),

# ALGEBRA_II.2016 = list( ### Total of 138 Cases from Grade Level Math to Algebra II
Expand All @@ -69,5 +74,6 @@ ALGEBRA_II_2016.config <- list(
sgp.content.areas=c(rep("MATHEMATICS", 5), "ALGEBRA_I", "ALGEBRA_II"),
sgp.panel.years=c(as.character(2010:2016)),
sgp.grade.sequences=list(c(as.character(4:8), "EOCT", "EOCT")),
sgp.projection.sequence = "ALGEBRA_II",
sgp.norm.group.preference=1)
)

0 comments on commit e43067e

Please sign in to comment.