Absent {BSDA}R Documentation

Number of absent days for 20 employees

Description

Data used in Exercise 1.28

Usage

Absent

Format

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

days
a numeric vector
days_1
a numeric vector
Count
a numeric vector
Percent
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]