lnormdm | R Documentation |
A sandbox to create and plot lognormal data. Enter any number of treatment groups, their names, their respective log means, and their log standard deviations. Treatment groups can be uneven sizes. k must correspond with the number of values in names, meanlog, and sdlog.
lnormdm(k, names = c(...), n = c(...), meanlog = c(...), sdlog = c(...))
k |
is the number of treatment groups. |
names |
are the names of the treatment groups. |
n |
is the size of each treatment group. |
meanlog |
is the log mean of each treatment group. |
sdlog |
is the log standard deviation of each treatment group. |
ggplot,data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.