seda {esvis}R Documentation

Portion of the Stanford Educational Data Archive (SEDA).

Description

The full SEDA dataset contains mean test scores on statewide testing data in reading and math for every school district in the United States. See a description of the data here. The data represented in this package represent a random sample of 10 cases in the full dataset. To access the full data, please visit the data archive in the above link.

Usage

seda

Format

A data frame with 32625 rows and 8 columns.

leaid

Integer. Local education authority identifier.

leaname

Character. Local education authority name.

stateabb

Character. State abbreviation.

year

Integer. Year the data were collected.

grade

Integer. Grade level the data were collected.

subject

Character. Whether the data were from reading or mathematics.

mean

Double. Mean test score for the LEA in the corresponding subject/grade/year.

se

Double. Standard error of the mean.

Source

Sean F. Reardon, Demetra Kalogrides, Andrew Ho, Ben Shear, Kenneth Shores, Erin Fahle. (2016). Stanford Education Data Archive. http://purl.stanford.edu/db586ns4974. For more information, please visit https://edopportunity.org.


[Package esvis version 0.3.1 Index]