multi.table: Multi cross table

View source: R/multi.table.r

multi.tableR Documentation

Multi cross table

Description

Builds a big cross table between several covariates

Usage

multi.table(data, vars)

Arguments

data

the data frame in which we can find vars

vars

vector of character string of covariates

Value

A matrix containing all the contingency tables between the covariates

Author(s)

Hugo Varet

See Also

plot_multi.table

Examples

multi.table(cgd,c("treat","sex","inherit"))

packHV documentation built on April 4, 2025, 12:28 a.m.