crossTableRowPercentages: Cross table with row precentages

View source: R/DataUnderstanding.R

crossTableRowPercentagesR Documentation

Cross table with row precentages

Description

Cross table with row precentages

Usage

crossTableRowPercentages(column, row)

Arguments

column

vector. Column Vector: Should be target variable

row

vector. Row Vector

Value

table. Crosstable

Examples

# mtcars
crossTableRowPercentages(column = mtcars$am, row = mtcars$cyl)

masem-research/masemDataUnderstanding documentation built on May 5, 2022, 12:40 a.m.