Learn R Programming

MultBiplotR (version 23.11.0)

smoking: Smoking habits

Description

Frequency table representing smoking habits of different employees in a company

Usage

data(smoking)

Arguments

Format

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

None

a numeric vector

Light

a numeric vector

Medium

a numeric vector

Heavy

a numeric vector

Details

Frequency table representing smoking habits of different employees in a company

References

Greenacre, Michael (1983). Theory and Applications of Correspondence Analysis. London: Academic Press.

Examples

Run this code
data(smoking)
## maybe str(smoking) ; plot(smoking) ...

Run the code above in your browser using DataLab