fqtable: Tabulate and return relative frequencies of values

View source: R/fqtable.R

fqtableR Documentation

Tabulate and return relative frequencies of values

Description

Tabulate and return relative frequencies of values

Usage

fqtable(vect, scaling = 1, hightolow = TRUE, accumulate = FALSE, ...)

Arguments

vect

input vector

scaling

multiple frequencies by this scaling factor (e.g, 100 to get percentages)

hightolow

should returned frequency table elements be sorted from high to low?

accumulate

include a 'cummulative frequency' column

...

additional arguments passed to 'table' function

Value

data.frame with unique values, counts, and frequencies


stackcon/rngt documentation built on June 17, 2022, 5:29 p.m.