powered by
By this process the variance and central measures ar found: average, medium and mode of grouped data.
stat.freq(histogram)
Statistics of grouped data.
Object create by function hist()
Felipe de mendiburu
polygon.freq, table.freq, graph.freq, inter.freq, sturges.freq, join.freq, ogive.freq, normal.freq
polygon.freq
table.freq
graph.freq
inter.freq
sturges.freq
join.freq
ogive.freq
normal.freq
library(agricolae) data(growth) grouped<-with(growth,hist(height,plot=FALSE)) measures<-stat.freq(grouped) print(measures)
Run the code above in your browser using DataLab