| 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.
IDGRADE_04GRADE_05GRADE_06GRADE_07SS_04SS_05SS_06SS_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