colPercents {Rcmdr} | R Documentation |
Percentage a matrix or higher-dimensional array of frequency counts by rows or columns.
colPercents(tab) rowPercents(tab)
tab |
a matrix or higher-dimensional array of frequency counts. |
Returns an array of the same size and shape as tab
percentaged by
rows or columns.
John Fox jfox@mcmaster.ca