| stulevel | R Documentation |
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.
stulevel
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 advanced basic below basic proficient
racea factor with levels A B H I W
This data is synthetically generated to reflect student test scores and demographic attributes.
The script to generate this synthetic dataset can be found and modified at https://github.com/jknowles/r_tutorial_ed
data(stulevel)
head(stulevel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.