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.
table.freq(object)
Object by function graph.freq()
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(table.freq(h2),row.names=FALSE) # }
Run the code above in your browser using DataLab