colPercents {Rcmdr}R Documentation

Row and Column Percentage Tables

Description

Percentage a matrix or higher-dimensional array of frequency counts by rows or columns.

Usage

colPercents(tab)
rowPercents(tab)

Arguments

tab a matrix or higher-dimensional array of frequency counts.

Value

Returns an array of the same size and shape as tab percentaged by rows or columns.

Author(s)

John Fox jfox@mcmaster.ca


[Package Contents]