grafi_distribution: Table of distributions of categories in a vector

Description Usage Arguments Value Author(s) Examples

View source: R/performance_tables.R

Description

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.

Usage

1

Arguments

x

vector of values that show a table of frequencies, proportions and cumulative frequencies.

Value

a tibble of 4 columns with categories, frequencies, proportions and cumulative frequencies.

Author(s)

Juan Carlos Saravia

Examples

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)

jsaraviadrago/bluegrafir documentation built on July 20, 2020, 3:01 a.m.