normdm | R Documentation |
normdm Simulates groups of normally distributed data and produces graphic visualizations of simulated data
normdm(k, names = c(...), n = c(...), mean = c(...), sd = c(...))
k |
number of groups to be simulated |
names |
a vector of character strings representing group names |
n |
a vector of n values representing group sample sizes |
mean |
a vector of means |
sd |
a vector of standard deviations |
normdm(k=5, names= c("control", "low", "medium", "high", "positive"),n= c(50,50,50,50,40), mean = c(10, 5, 6, 7,8), sd= c(1,5,5,5,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.