stat.freq {agricolae} | R Documentation |
By this process the variance and central measures ar found: average, medium and mode of grouped data.
stat.freq(histogram)
histogram |
Object create by function hist() |
histogram |
Object |
Felipe de mendiburu
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)