Learn R Programming

BSDA (version 1.01)

Absent: Number of absent days for 20 employees

Description

Data used in Exercise 1.28

Usage

Absent

Arguments

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

Examples

Run this code
# NOT RUN {
data(Absent)
attach(Absent)
table(days)
barplot(table(days),col="pink")
detach(Absent)
# }

Run the code above in your browser using DataLab