simAOV1R {AOV1R} | R Documentation |
Simulates a balanced one-way random effect ANOVA model.
simAOV1R(I, J, mu, sigmab, sigmaw)
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 |
A dataframe.
simAOV1R(I=2, J=3, mu=10, sigmab=1, sigmaw=1)