View source: R/DataUnderstanding.R
crossTableRowPercentages | R Documentation |
Cross table with row precentages
crossTableRowPercentages(column, row)
column |
vector. Column Vector: Should be target variable |
row |
vector. Row Vector |
table. Crosstable
# mtcars crossTableRowPercentages(column = mtcars$am, row = mtcars$cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.