Absent {BSDA} | R Documentation |
Data used in Exercise 1.28
Absent
A data frame with 20 observations on the following 4 variables.
days
days_1
Count
Percent
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Absent) attach(Absent) table(days) barplot(table(days),col="pink") detach(Absent)