tabela: Produce frequency and relative frequency tables

View source: R/tabela.R

tabelaR Documentation

Produce frequency and relative frequency tables

Description

Produces a contingency table of the elements of a vector calculating relative frequencies as well.

Usage

tabela(x, label = "variavel")

Arguments

x

A vector

label

Quoted name of the column to create in output

Value

A data frame containing frequency and relative frequencies for the levels of x


abjur/abjutils documentation built on Feb. 1, 2024, 2:49 p.m.