Description Usage Arguments Examples
View source: R/nof1gen.summary.R
Stacked_percent_barplot for raw data (for ordinal or binomial data)
1 | stacked_percent_barplot(nof1, title = NULL)
|
nof1 |
nof1 object created using nof1.data |
title |
The title of the figure |
1 2 3 4 | Y <- laughter$Y
Treat <- laughter$Treat
nof1 <- nof1.data(Y, Treat, ncat = 11, baseline = 'Usual Routine', response = 'ordinal')
stacked_percent_barplot(nof1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.