Description Usage Arguments Details Value Author(s) Examples
The function presents percentages of binary categories of a binary-coded variable and two-bar stacked bar chart of the categories.
1 | pvis(x)
|
x |
a binary-coded data-frame object |
The function is partly designed for the data frame returned by the function sc01 as a means of analytical result presentation. All instructions on R base function sum apply.
returns percentages of binary categories of a binary-coded variable and two-bar stacked bar chart of the categories.
Abunakar Akanbi
1 2 | bvar = data.frame(bc = c(1,1,0,0,1,1))
pvis(bvar)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.