freqDist: Frequency Distribution

Description Usage Arguments Value Examples

View source: R/4419_functions.r

Description

Produces a frequency distribution, relative frequency distribution and cumulative distribution from a factor vector.

Usage

1

Arguments

x

A factor or a numeric variable with relatively few unique vales.

Value

A matrix with the following columns:

Freq

The raw frequency count

Percent

The relative frequency or percentage of observations in each group

CuPct

The cumulative percentage of observations in each group

Examples

1
2

davidaarmstrong/uwo4419 documentation built on Sept. 22, 2020, 3:32 p.m.