simAOV1R: Simulation of one-way random effect ANOVA

Description Usage Arguments Value Examples

View source: R/sampling.R

Description

Simulates a balanced one-way random effect ANOVA model.

Usage

1
simAOV1R(I, J, mu, sigmab, sigmaw)

Arguments

I

integer, number of groups

J

integer, number of replicates per group

mu

numeric, overall mean

sigmab

positive number, the between standard deviation

sigmaw

positive number, the within standard deviation

Value

A dataframe.

Examples

1
simAOV1R(I=2, J=3, mu=10, sigmab=1, sigmaw=1)

AOV1R documentation built on Nov. 10, 2020, 3:52 p.m.