lnormdm: Lognormal Data Maker : lnormdm

View source: R/lnormdm.R

lnormdmR Documentation

Lognormal Data Maker : lnormdm

Description

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.

Usage

lnormdm(k, names = c(...), n = c(...), meanlog = c(...), sdlog = c(...))

Arguments

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.

Value

ggplot,data


TJMurphy/mcpwr documentation built on May 3, 2022, 4:41 a.m.