Description Usage Arguments Examples
View source: R/table_freq_weighted.R
Cette fonction permet de faire des tris à plats pondérés
1 | table.freq.weighted(data, var, pond)
|
lst |
output tris croisés |
x |
liste des variables |
1 | lst = sapply(seq_along(dat), function(x) table.freq.weighted(dat, x, "pond"), simplify = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.