agricolae (version 1.3-7)

summary.graph.freq: frequency Table of a Histogram

Description

It finds the absolute, relative and accumulated frequencies with the class intervals defined from a previously calculated histogram by the "hist" of R function.

Usage

# S3 method for graph.freq
summary(object,...)

Value

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

Arguments

object

Object by function graph.freq()

...

other parameters of graphic

Author

Felipe de Mendiburu

See Also

polygon.freq, stat.freq, graph.freq, inter.freq, sturges.freq, join.freq, ogive.freq, normal.freq

Examples

Run this code
library(agricolae)
data(growth)
h2<-with(growth,graph.freq(height,plot=FALSE))
print(summary(h2),row.names=FALSE)

Run the code above in your browser using DataLab