colPercents {Rcmdr} | R Documentation |
Percentage a matrix or higher-dimensional array of frequency counts by rows or columns.
colPercents(tab, digits=1) rowPercents(tab, digits=1)
tab |
a matrix or higher-dimensional array of frequency counts. |
digits |
number of places to the right of the decimal place for percentages. |
Returns an array of the same size and shape as tab
percentaged by
rows or columns, plus rows or columns of totals and counts.
John Fox jfox@mcmaster.ca