sgpData {SGP} | R Documentation |
A dataset comprising a subset of four years of state assessment data suitable for student growth percentile
and percentile growth projection/trajectory analyses. The dataset is used in examples provided in the documentation
for the studentGrowthPercentiles
and studentGrowthProjections
functions and serves as an exemplar for user construction
of their own datasets for growth percentile analyses.
data(sgpData)
A data frame of student level observations for four years on the following variables.
ID
GRADE_04
GRADE_05
GRADE_06
GRADE_07
SS_04
SS_05
SS_06
SS_07
All datasets used with studentGrowthPercentiles
and studentGrowthProjections
must be specifically formatted as wide format files. The first
variable/column is the student ID variable. The next set of columns provide the grade of the student across all the years provided in the dataset (possibly missing).
The last set of columns provide the scales scores of the student in the respective grades.
Anonymized state assessment data
studentGrowthPercentiles
, studentGrowthProjections