agricolae (version 1.3-7)

table.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

table.freq(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()

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(table.freq(h2),row.names=FALSE)

Run the code above in your browser using DataLab