Snore {BSDA}R Documentation

Snoring versus heart disease

Description

Data for Exercise 8.21

Usage

Snore

Format

A data frame with 2 observations on the following 5 variables.

heart
a factor with levels no yes
Non
a numeric vector
occasion
a numeric vector
nearly
a numeric vector
every
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Snore)
attach(Snore)
chisq.test(Snore[,2:5])
detach(Snore)

[Package BSDA version 0.1 Index]