frequency: Frequency

Description Usage Arguments

Description

This function creates a single variable frequency table

Usage

1
2
frequency(Values, freq = TRUE, percent = TRUE, cumulative.percent = FALSE,
  cumulative.freq = FALSE, useNA = "no", title = "")

Arguments

Values

The variable data for which the table will be created

freq

logical indicating if the freqencies should be displayed

percent

logical indicating if the percents should be displayed

cumulative.percent

logical indicating if the cumulative percents should be displayed

cumulative.freq

logical indicating if the cumulative frequencies should be displayed

useNA

Handling of NAs, choices are "no", "ifany", "always". Defaults to no.

title

Optional title, enclosed in quotes. Defaults to empty.


SOC345/lehmansociology documentation built on May 9, 2019, 11:41 a.m.