Description Usage Arguments Examples
A function to simulate responses on the Likert scale with probabilities which follow a beta distribution
1 | beta_likert(n = 100, mean = 0.5, sd = 0.5)
|
n |
|
mean |
|
sd |
1 2 3 4 5 6 7 8 9 10 | ## Symetrical around neutral
table(beta_likert(mean=0.5,sd=0.4))
## Marmite response, but on the side of agree overall
table(beta_likert(mean=0.7,sd=0.8))
## Strongly disagree
table(beta_likert(mean=0.1,sd=0.2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.