Ability {BSDA}R Documentation

Perceived math ability for 13-year olds by gender

Description

Data used in Exercise 8.57

Usage

Ability

Format

A data frame/tibble with 400 observations on two variables

gender

a factor with levels girls and boys

ability

a factor with levels hopeless, belowavg, average, aboveavg, and superior

References

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

Examples


CT <- xtabs(~gender + ability, data = Ability)
CT
chisq.test(CT)


[Package BSDA version 1.2.2 Index]