simAOV1R {AOV1R} | R Documentation |
Simulation of one-way random effect ANOVA
Description
Simulates a balanced one-way random effect ANOVA model.
Usage
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
simAOV1R(I=2, J=3, mu=10, sigmab=1, sigmaw=1)
[Package AOV1R version 0.1.0 Index]