Develop {BSDA}R Documentation

Demographic characteristics of developmental students at 2-year colleges and 4-year colleges

Description

Data used for Exercise 8.50

Usage

Develop

Format

A data frame/tibble with 5656 observations on two variables

race

a factor with levels African American, American Indian, Asian, Latino, and White

college

a factor with levels Two-year and Four-year

Source

Research in Development Education (1994), V. 11, 2.

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


T1 <- xtabs(~race + college, data = Develop)
T1
chisq.test(T1)
rm(T1)


[Package BSDA version 1.2.2 Index]