Learn R Programming

mixlm (version 1.2.6)

tally: Tally of discrete numbers

Description

Tally of discrete numbers

Usage

tally(x)

Arguments

x

Discrete number vector.

Value

Returns the tally.

Examples

Run this code
# NOT RUN {
tally(c(1,5,1,3,2,5,6,2,2,1,4,3,6))
# }

Run the code above in your browser using DataLab