View source: R/summary.graph.freq.R
summary.graph.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.
## S3 method for class 'graph.freq'
summary(object,...)
object |
Object by function graph.freq() |
... |
other parameters of graphic |
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(summary(h2),row.names=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.