inst/snippets/Table2.15c.R

binned.long2 <- cut(MammalLongevity$Longevity, breaks = c(0,10,20,30,40,50), right = FALSE)
tally( ~ binned.long2)      # no data frame given because it is not in a data frame
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.