powered by
Compute power for a One Factor Between Subjects ANOVA with four levels Takes means, sds, and sample sizes for each group
anova1f_4( m1 = NULL, m2 = NULL, m3 = NULL, m4 = NULL, s1 = NULL, s2 = NULL, s3 = NULL, s4 = NULL, n1 = NULL, n2 = NULL, n3 = NULL, n4 = NULL, alpha = 0.05 )
Power for the One Factor Between Subjects ANOVA
Mean of first group
Mean of second group
Mean of third group
Mean of fourth group
Standard deviation of first group
Standard deviation of second group
Standard deviation of third group
Standard deviation of forth group
Sample size for first group
Sample size for second group
Sample size for third group
Sample size for fourth group
Type I error (default is .05)
anova1f_4(m1=80, m2=82, m3=82, m4=86, s1=10, s2=10, s3=10, s4=10, n1=60, n2=60, n3=60, n4=60)
Run the code above in your browser using DataLab