table.freq {agricolae} | R Documentation |
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(histogram)
histogram |
Object by function hist() |
histogram |
Object by hist() |
Felipe de Mendiburu
polygon.freq
, stat.freq
, graph.freq
,
intervals.freq
, sturges.freq
, join.freq
,
ojiva.freq
, normal.freq
library(agricolae) data(growth) attach(growth) h2<-hist(height,plot=FALSE) table.freq(h2)