multi.table {packHV}R 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"))

[Package packHV version 2.2 Index]