sgpData {SGP}R Documentation

Longitudinal Assessment Data

Description

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.

Usage

data(sgpData)

Format

A data frame of student level observations for four years on the following variables.

ID
Student ID
GRADE_04
Student Grade Tested 2004, possibly missing
GRADE_05
Student Grade Tested 2005, possibly missing
GRADE_06
Student Grade Tested 2006, possibly missing
GRADE_07
Student Grade Tested 2007, possibly missing
SS_04
Student Scale Score 2004, possibly missing
SS_05
Student Scale Score 2005, possibly missing
SS_06
Student Scale Score 2006, possibly missing
SS_07
Student Scale Score 2007, possibly missing

Note

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.

Source

Anonymized state assessment data

See Also

studentGrowthPercentiles, studentGrowthProjections


[Package SGP version 0.0-3 Index]