univTable: Univariate table with absolute, relative, cumulative...

Description Usage Arguments Value

View source: R/univTable.R

Description

Univariate table with absolute, relative, cumulative frequencies.

Usage

1
2
univTable(var = NULL, totals = TRUE, useNA = "ifany", NA.string = "NA",
  round.digits = 3, sorting = NULL)

Arguments

var

vector

totals

print totals?

useNA

print NA?

NA.string

character used for NA's columns title

round.digits

number of rounding digits

sorting

sorting can be "asc or "desc"

Value

A matrix with frequencies.


lbraglia/yapomif documentation built on May 20, 2019, 11:26 p.m.