Skip to content

Commit

Permalink
Merge pull request #685 from dbetebenner/master
Browse files Browse the repository at this point in the history
Adding Variable_Name_Lookup for NM meta-data
  • Loading branch information
dbetebenner authored Sep 13, 2024
2 parents 2dacf6e + d701f5a commit fe6f533
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SGPstateData.R
Original file line number Diff line number Diff line change
Expand Up @@ -5745,8 +5745,8 @@ SGPstateData[["MA"]][["Student_Report_Information"]] <- list(
SGPstateData[["MA"]][["SGP_Configuration"]] <- list(
print.other.gp=TRUE,
return.norm.group.scale.scores=TRUE,
max.sgp.target.years.forward=1:5,
sgp.projections.max.forward.progression.years=5,
max.sgp.target.years.forward=1:6,
sgp.projections.max.forward.progression.years=6,
sgp.target.types=c("Scale_Score_Targets_CUKU", "Scale_Score_Targets_Current_CUKU", "Scale_Score_Targets_MUSU", "Scale_Score_Targets_Current_MUSU"),
sgp.target.scale.scores.merge="all_year_lagged_current",
sgPlot.sgp.targets=c("sgp.projections", "sgp.projections.lagged", "sgp.projections.baseline", "sgp.projections.lagged.baseline"),
Expand Down Expand Up @@ -7684,6 +7684,8 @@ SGPstateData[["NM"]][["Student_Report_Information"]] <-
"Proficient"="Proficient",
"Advanced"="Advanced"))

SGPstateData[["NM"]][["Variable_Name_Lookup"]] <- read.csv("Variable_Name_Lookup/NM_Variable_Name_Lookup.csv", colClasses=c(rep("character",4), "logical"))

#########################################################
### NEW YORK
#########################################################
Expand Down
Binary file modified SGPstateData.rda
Binary file not shown.
37 changes: 37 additions & 0 deletions Variable_Name_Lookup/NM_Variable_Name_Lookup.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
names.provided,names.sgp,names.type,names.info,names.output
VALID_CASE,VALID_CASE,individual_inclusion,Valid case indicator,NA
CONTENT_AREA,CONTENT_AREA,content,Content area associated with record,NA
YEAR,YEAR,time,Year associated with record,NA
ID,ID,individual,Unique student identifier,NA
GRADE_ENROLLED,NA,NA,NA,NA
SCALE_SCORE,SCALE_SCORE,measure,Scale score,NA
ACHIEVEMENT_LEVEL,ACHIEVEMENT_LEVEL,measure,Achievement level,NA
GRADE,GRADE,institution_level,Grade/Test level associated with record,NA
SCHOOL_NUMBER,SCHOOL_NUMBER,institution,School number,NA
AccountabilityModel,NA,NA,NA,NA
ExclAccountabiltyReason,NA,NA,NA,NA
Test,NA,NA,NA,NA
Female.2,NA,NA,NA,NA
Male.3,NA,NA,NA,NA
Hispanic.4,NA,NA,NA,NA
White.5,NA,NA,NA,NA
Black.6,NA,NA,NA,NA
Asian.7,NA,NA,NA,NA
Native.8,NA,NA,NA,NA
Multirace.9,NA,NA,NA,NA
FRL.10,NA,NA,NA,NA
NotFRL.11,NA,NA,NA,NA
DirectCert.12,NA,NA,NA,NA
NotDirectCert.13,NA,NA,NA,NA
SwD.14,NA,NA,NA,NA
NotSwD.15,NA,NA,NA,NA
EL.16,NA,NA,NA,NA
NotEL.17,NA,NA,NA,NA
Migrant.18,NA,NA,NA,NA
Homeless.19,NA,NA,NA,NA
Military.20,NA,NA,NA,NA
Any_Native.22,NA,NA,NA,NA
Any_Black.23,NA,NA,NA,NA
Foster.21,NA,NA,NA,NA
SCHOOL_NAME,SCHOOL_NAME,label,School name,NA
SCHOOL_ENROLLMENT_STATUS,SCHOOL_ENROLLMENT_STATUS,institution_inclusion,School inclusion/accountability indicator,NA

0 comments on commit fe6f533

Please sign in to comment.