| col.perc | R Documentation |
Convenience wrappers around apply() to compute row and column
percentages of matrix-like structures, including output of
xtabs.
col.perc(x)
row.perc(x)
x |
matrix-like structure |
Randall Pruim
row.perc(tally(~ airline + result, data = AirlineArrival))
col.perc(tally(~ airline + result, data = AirlineArrival))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.