powered by
It finds the absolute, relative and accumulated frequencies with the class intervals defined from a previously calculated histogram by the "hist" of R function.
# S3 method for graph.freq summary(object,...)
Object by function graph.freq()
other parameters of graphic
Lower limit class
Upper limit class
class point
Frequency
Percentage frequency
Cumulative frequency
Cumulative Percentage frequency
polygon.freq, stat.freq, graph.freq, intervals.freq, sturges.freq, join.freq, ogive.freq, normal.freq
polygon.freq
stat.freq
graph.freq
intervals.freq
sturges.freq
join.freq
ogive.freq
normal.freq
# NOT RUN { library(agricolae) data(growth) h2<-with(growth,graph.freq(height,plot=FALSE)) print(summary(h2),row.names=FALSE) # }
Run the code above in your browser using DataLab