Description Usage Arguments Value Author(s) Examples
View source: R/performance_tables.R
This function just needs a vector and it is useful if you want to make a tidy table of distributions of items. It works with the map function from the purrr package which enables you to calculate multiple ordered tables of items.
1 |
x |
vector of values that show a table of frequencies, proportions and cumulative frequencies. |
a tibble of 4 columns with categories, frequencies, proportions and cumulative frequencies.
Juan Carlos Saravia
1 2 | data_prueba <- c(1,2,3,4,5,6,7,78,7,7,7,7,7,7,7,7,8,8,8,8,8)
grafi_distribution(data_prueba)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.