powered by
Data used in Exercise 1.28
Absent
A data frame with 20 observations on the following 4 variables.
days
a numeric vector
days_1
Count
Percent
# NOT RUN { data(Absent) attach(Absent) table(days) barplot(table(days),col="pink") detach(Absent) # }
Run the code above in your browser using DataLab