mytable: Cross Tabulation and Table Creation

Description Usage Arguments Value Examples

View source: R/mytable.R

Description

Build a contingency table of the counts at each combination of factor levels, incorporating missing values by default.

Usage

1

Arguments

...

Arguments provided to table.

Value

An array of integer values of class "table".

Examples

1
mytable(c(1, 1, 1, 2, NA, 3, 4, 1, 10, 3))

JVAdams/jvamisc documentation built on Aug. 11, 2021, 6:43 a.m.