colPercents: Row, Column, and Total Percentage Tables

Description Usage Arguments Value Author(s)

Description

Percentage a matrix or higher-dimensional array of frequency counts by rows, columns, or total frequency.

Usage

1
2
3
colPercents(tab, digits=1)
rowPercents(tab, digits=1)
totPercents(tab, digits=1)

Arguments

tab

a matrix or higher-dimensional array of frequency counts.

digits

number of places to the right of the decimal place for percentages.

Value

Returns an array of the same size and shape as tab percentaged by rows or columns, plus rows or columns of totals and counts, or by the table total.

Author(s)

John Fox jfox@mcmaster.ca


Rcmdr1 documentation built on May 2, 2019, 4:30 p.m.