totPercents2.HH {Rcmdr.HH} | R Documentation |
Divide every number in the table by the grand total and multiply by 100.
totPercents2.HH(tab, digits = 1)
tab |
Two way table or data.frame or matrix. |
digits |
number of digits passed to the round function. |
Divide every number in the table by the grand total and multiply by 100.
Richard M. Heiberger <rmh@temple.edu>