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