normdm: normdm Simulates groups of normally distributed data and...

View source: R/normdm.R

normdmR Documentation

normdm Simulates groups of normally distributed data and produces graphic visualizations of simulated data

Description

normdm Simulates groups of normally distributed data and produces graphic visualizations of simulated data

Usage

normdm(k, names = c(...), n = c(...), mean = c(...), sd = c(...))

Arguments

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

Examples

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))



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