I\'m in need of assistance... I\'m using R to analyze some data... I have a frequency table called mytable... that I created like this:
mytable=
use boxplot before you summarize your data.
boxplot
boxplot(var1)
If you want to see the distribution per split, use the formula format:
boxplot(var1 ~ cut(var2, 12))