powered by
stat.freq(histogram)
polygon.freq
table.freq
graph.freq
intervals.freq
sturges.freq
join.freq
ojiva.freq
normal.freq
library(agricolae) data(growth) attach(growth) grouped<-hist(height,plot=FALSE) measures<-stat.freq(grouped) print(measures)
Run the code above in your browser using DataLab