Stratified designs in R
Now let's practice specifying a stratified sampling design, using the dataset apistrat
. The schools are stratified based on the school type stype
where E = Elementary, M = Middle, and H = High School. For each school type, a simple random sample of schools was taken.
Este exercício faz parte do curso
Analyzing Survey Data in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Glimpse the data
glimpse(___)