Description Usage Arguments Examples
View source: R/table_freq_cross.R
Cette fonction permet de faire des tris à plats non-pondérés
1 | table.freq.cross(data, var, crossvar)
|
data |
Input data.frame |
var |
Variable to cross |
crossvar |
Cross variable |
path |
Systeme path for save plots |
1 2 |
lst = sapply(seq_along(dat), function(x) table.freq.cross(dat, x, crossvar, getwd()), simplify = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.