| stulevel {eeptools} | R Documentation |
A synthetic data set of K-12 student attributes.
Description
A small dataset of synthetic data on K-12 students with 2700 observations. 1200 individual students are represented, nested within 4 districts and 2 schools.
Usage
stulevel
Format
A data frame with 2700 observations on the following 32 variables.
Xa numeric vector
schoola numeric vector
stuida numeric vector
gradea numeric vector
schida numeric vector
dista numeric vector
whitea numeric vector
blacka numeric vector
hispa numeric vector
indiana numeric vector
asiana numeric vector
econa numeric vector
femalea numeric vector
ella numeric vector
disaba numeric vector
sch_faya numeric vector
dist_faya numeric vector
lucka numeric vector
abilitya numeric vector
measerra numeric vector
teachqa numeric vector
yeara numeric vector
attdaya numeric vector
schoolscorea numeric vector
districta numeric vector
schoolhigha numeric vector
schoolavga numeric vector
schoollowa numeric vector
readSSa numeric vector
mathSSa numeric vector
proflvla factor with levels
advancedbasicbelow basicproficientracea factor with levels
ABHIW
Details
This data is synthetically generated to reflect student test scores and demographic attributes.
Source
The script to generate this synthetic dataset can be found and modified at https://github.com/jknowles/r_tutorial_ed
Examples
data(stulevel)
head(stulevel)