Rdocumentation
powered by
Learn R Programming
QCAGUI (version 1.9-6)
totPercents: Total Percentage Tables
Description
Percentage a matrix or higher-dimensional array of frequency counts by rows, columns, or total frequency.
Usage
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 by the table total.