| sgpData_LONG | R Documentation |
A dataset comprising a subset of five years of state assessment reading and mathematics data suitable for student growth percentile (SGP) and percentile growth projection/trajectory analyses. 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 five years and two content areas for the following variables.
IDUnique Student Identification Number
LAST_NAMEStudent last name
FIRST_NAMEStudent first name
CONTENT_AREAContent area for student observation (Reading or Mathematics)
YEARYear for student observation
GRADEGrade level of student observation
SCALE_SCOREStudent Scale Score
ACHIEVEMENT_LEVELAchievement level associated with student scale score
GENDERStudent gender
ETHNICITYStudent ethnicity
FREE_REDUCED_LUNCH_STATUSStudent free/reduced lunch status
ELL_STATUSStudent English Language Learner status
IEP_STATUSStudent Individual Education Plan status
GIFTED_AND_TALENTED_PROGRAM_STATUSStudent Gifted and Talented Program status
SCHOOL_NUMBERSchool number associated with student record
SCHOOL_NAMESchool name associated with school number and student record
EMH_LEVELElementary, Middle, High school indicator for school attended
DISTRICT_NUMBERDistrict number associated with student record
DISTRICT_NAMEDistrict name associated with school number and student record
SCHOOL_ENROLLMENT_STATUSIndicator of full academic year student enrollment in school
DISTRICT_ENROLLMENT_STATUSIndicator of full academic year student enrollment in school
STATE_ENROLLMENT_STATUSIndicator of full academic year student enrollment in school
VALID_CASEIndicator of whether the case is valid or invalid
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
with the higher level functions prepareSGP, analyzeSGP, combineSGP, summarizeSGP, visualizeSGP, and outputSGP
Anonymized student level state assessment data in LONG format
sgpData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.