Learn R Programming

BSDA (version 0.1)

Absent: Number of absent days for 20 employees

Description

Data used in Exercise 1.28

Usage

Absent

Arguments

source

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

Examples

Run this code
str(Absent)
attach(Absent)
table(days)
barplot(table(days),col="pink")
detach(Absent)

Run the code above in your browser using DataLab