Learn R Programming

BSDA (version 1.2.2)

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

Description

Data used for Exercise 8.50

Usage

Develop

Arguments

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

References

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

Examples

Run this code

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

Run the code above in your browser using DataLab