table.freq | 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(object)
object |
Object by function graph.freq() |
Frequency table.
Lower |
Lower limit class |
Upper |
Upper limit class |
Main |
class point |
Frequency |
Frequency |
Percentage |
Percentage frequency |
CF |
Cumulative frequency |
CPF |
Cumulative Percentage frequency |
Felipe de Mendiburu
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.