Learn R Programming

BSDA (version 1.01)

Sports: Favorite sport by gender

Description

Data for Exercise 8.32

Usage

Sports

Arguments

Format

A data frame with 2 observations on the following variable.

gender.football.basketbl.baseball.tennis

a factor with levels female 3.800000000e+001 2.100000000e+001 1.500000000e+001 2.600000000e+001 male 3.300000000e+001 3.800000000e+001 2.400000000e+001 5.000000000e+000

Examples

Run this code
# NOT RUN {
str(Sports)
attach(Sports)
Sports
detach(Sports)
# }

Run the code above in your browser using DataLab