table2: construct a table

Description Usage Arguments Value Examples

View source: R/table2.R

Description

a fast version of table function

Usage

1
table2(x, y)

Arguments

x

vector 1 (numeric)

y

vector 2 (numeric)

Value

a random sample of size n

Examples

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

## End(Not run)

gwgw2018/StatComp18048 documentation built on May 5, 2019, 11:07 p.m.