| sgpData_LONG_COVID | R Documentation |
A dataset comprising a subset of seven years of state assessment ELA and mathematics data across an 8 year span suitable for student growth percentile (SGP) and percentile growth projection/trajectory analyses. The dataset is missing 2020 data to help users model COVID related interuptions to student growth. The dataset is in LONG format with each record representing a unique student, by year by content area combination. The example data is used in examples and illustration in the enclosed documentation to show how SGPs can be operationalized across years with the results being used to produce a variety of high quality visualizations both at the aggregate (e.g., school) and individual level.
A data frame of student level observations for seven years (across an 8 year span) and two content areas for the following variables.
VALID_CASEIndicator of whether the case is valid or invalid
CONTENT_AREAContent area for student observation (ELA or Mathematics)
YEARYear for student observation
IDUnique Student Identification Number
IEP_STATUSStudent Individual Education Plan status
GRADEGrade level of student observation
SCALE_SCOREStudent Scale Score
SCALE_SCORE_without_COVID_IMPACTStudent Scale Score without COVID impact. Original scale score
ACHIEVEMENT_LEVELAchievement level associated with student scale score
ETHNICITYStudent ethnicity
FREE_REDUCED_LUNCH_STATUSStudent free/reduced lunch status
ELL_STATUSStudent English Language Learner status
GENDERStudent gender
SCHOOL_NUMBERSchool number associated with student record
SCHOOL_NAMESchool name associated with school number and student record
DISTRICT_NUMBERDistrict number associated with student record
DISTRICT_NAMEDistrict name associated with school number and student record
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. Operational users of this package are advised to use data formatted similar to
the sgpData_LONG_COVID with the higher level functions prepareSGP, analyzeSGP, combineSGP, summarizeSGP, visualizeSGP, and outputSGP
Anonymized and altered student level state assessment data in LONG format
sgpData_LONG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.