aov1r {AOV1R} | R Documentation |
One-way random effect ANOVA
Description
Fits a one-way random effect ANOVA model.
Usage
aov1r(formula, data = NULL)
## S3 method for class 'aov1r'
summary(object, ...)
## S3 method for class 'summary.aov1r'
print(x, ...)
Arguments
formula |
a formula of the form |
data |
optional dataframe |
object |
an |
... |
ignored |
x |
output of |
Value
aov1r
returns an object of class aov1r
;
Examples
dat <- simAOV1R(I=2, J=3, mu=10, sigmab=1, sigmaw=1)
fit <- aov1r(y ~ group, data=dat)
summary(fit)
[Package AOV1R version 0.1.0 Index]