Skip to content
Prev 164390 / 398506 Next

means of a column within groups of a data frame

John Sorkin wrote:
Hi John,
Have a look at brkdn in the prettyR package.

data$BMIcuts<-cut(data$BMI,5)
brkdn(BMI~BMIcuts,data)

Jim