Learn R Programming

mixlm (version 1.3.0)

tally: Tally of discrete numbers

Description

Tally of discrete numbers

Usage

tally(x)

Value

Returns the tally.

Arguments

x

Discrete number vector.

Author

Kristian Hovde Liland

Examples

Run this code
tally(c(1,5,1,3,2,5,6,2,2,1,4,3,6))

Run the code above in your browser using DataLab