prepareSGP and analyzeSGP.combineSGP(sgp_object,
state=NULL,
years=NULL,
content_areas=NULL,
sgp.percentiles=TRUE,
sgp.percentiles.baseline=TRUE,
sgp.projections.lagged=TRUE,
sgp.projections.lagged.baseline=TRUE,
max.lagged.sgp.target.years.forward=4,
use.cohort.for.baseline.when.missing=NULL)Student (from prepareSGP) and SGP (from analyzeSGP) slots.sgp_object is missing.@Data. If missing, merge will use all available years of student growth percentile results.@Data. If missing, merge will use all available content areas of
student growth percentile results.Student slot as a data.table keyed using VALID_CASE, CONTENT_AREA,
YEAR, ID merged with student growth percentiles and/or lagged projection targets and catch up/keep up status.prepareSGP, analyzeSGP## combineSGP is Step 3 of 5 of abcSGP
Demonstration_SGP <- sgpData_LONG
Demonstration_SGP <- prepareSGP(Demonstration_SGP)
Demonstration_SGP <- analyzeSGP(Demonstration_SGP)
Demonstration_SGP <- combineSGP(Demonstration_SGP)Run the code above in your browser using DataLab