Learn R Programming

mixlm (version 1.0.8.1)

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
tally(c(1,5,1,3,2,5,6,2,2,1,4,3,6))

Run the code above in your browser using DataLab