powered by
Simulates a balanced one-way random effect ANOVA model.
simAOV1R(I, J, mu, sigmab, sigmaw)
integer, number of groups
integer, number of replicates per group
numeric, overall mean
positive number, the between standard deviation
positive number, the within standard deviation
A dataframe.
# NOT RUN { simAOV1R(I=2, J=3, mu=10, sigmab=1, sigmaw=1) # }
Run the code above in your browser using DataLab