crosstab: crosstab: cross-tabulations

Description Usage Arguments Value Examples

View source: R/crosstab.R

Description

crosstab: cross-tabulations

Usage

1
crosstab(df, x, y = NULL, w = NULL)

Arguments

df

a data frame

x

first variable

y

second variable

w

weight

Value

a tibble

Examples

1
crosstab(mtcars, cyl, gear)

Economic/epir documentation built on July 8, 2020, 2:34 p.m.