poisdm | R Documentation |
Poisson DataMaker: simulates groups of Poisson-distributed count data.
poisdm(n, lambda, groupnames, plot)
n |
sample size |
lambda |
group mean |
groupnames |
names of the groups |
plot |
TRUE or FALSE; generate histogram and jitterplot of output |
a data frame with input values; if plot == T, also a histogram, and a jitterplot
poisdm(c(40, 50), c(10, 12), c("group1", "group2"), TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.