tabela {abjutils} | R 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
[Package abjutils version 0.3.2 Index]