totPercents2.HH {Rcmdr.HH}R Documentation

Calculate Total Percents for a Two Way Table

Description

Divide every number in the table by the grand total and multiply by 100.

Usage

totPercents2.HH(tab, digits = 1)

Arguments

tab Two way table or data.frame or matrix.
digits number of digits passed to the round function.

Value

Divide every number in the table by the grand total and multiply by 100.

Author(s)

Richard M. Heiberger <rmh@temple.edu>


[Package Rcmdr.HH version 1.7-3 Index]