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)
Frequency table.
Lower limit class
Upper limit class
class point
Frequency
Percentage frequency
Cumulative frequency
Cumulative Percentage frequency
Object by function graph.freq()
Felipe de Mendiburu
polygon.freq, stat.freq, graph.freq, inter.freq, sturges.freq, join.freq, ogive.freq, normal.freq
polygon.freq
stat.freq
graph.freq
inter.freq
sturges.freq
join.freq
ogive.freq
normal.freq
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