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 |
vector of character string of covariates |
Value
A matrix containing all the contingency tables between the covariates
Author(s)
Hugo Varet
See Also
Examples
multi.table(cgd,c("treat","sex","inherit"))
[Package packHV version 2.2 Index]