growthscores: Example growth score data

growthscoresR Documentation

Example growth score data

Description

Example growth score data in long format. Growth scores in two subjects (mathematics and English language arts) are provided for students in grades 4-6 for each of two consecutive school years. Each record provides the growth score for a particular student in a particular year and subject. Repeated measurements from the same student across years and/or subjects are linked with a unique student identifier.

Usage

data(growthscores)

Format

A data frame with 5797 observations and 6 fields:

stuid

Unique identifier for each student

school

Unique identifier for each school

grade

Grade level of the student in the given year (4,5 or 6)

year

Year (1 or 2)

subject

Subject ('math' or 'ela')

Y

Growth score for the given student in the given year and subject

Source

Anonymous


jrlockwood/schoolgrowth documentation built on April 3, 2022, 9:20 a.m.