tally: Tally of discrete numbers

Description Usage Arguments Value Author(s) Examples

Description

Tally of discrete numbers

Usage

1
tally(x)

Arguments

x

Discrete number vector.

Value

Returns the tally.

Author(s)

Kristian Hovde Liland

Examples

1
tally(c(1,5,1,3,2,5,6,2,2,1,4,3,6))

Example output

Attaching package: 'mixlm'

The following objects are masked from 'package:stats':

    glm, lm

  Count CumCount Percent CumPercent
1     3        3   23.08      23.08
2     3        6   23.08      46.15
3     2        8   15.38      61.54
4     1        9    7.69      69.23
5     2       11   15.38      84.62
6     2       13   15.38     100.00

mixlm documentation built on May 2, 2019, 6:08 p.m.

Related to tally in mixlm...