table2: make a faster version of table()

Description Usage Arguments Value Examples

Description

make a faster version of table() for the case of an input of two integer vectors with no missing values

Usage

1
table2(x, y)

Arguments

x

is a vector

y

is a vector

Value

a table

Examples

1
2
3
4
5
## Not run: 
a <- c(4, 5, 6)
table2(a, a)

## End(Not run)

woshiershixiong/StatComp18081 documentation built on May 12, 2019, 5:19 p.m.