powered by
Confidence intervals for the one-way random effect ANOVA.
# S3 method for aov1r confint(object, parm, level = 0.95, SDs = TRUE, ...)# S3 method for confint.aov1r print(x, ...)
# S3 method for confint.aov1r print(x, ...)
an output of aov1r
aov1r
ignored
confidence level
logical, whether to return confidence intervals about the standard deviations or about the variances
an output of confint applied to an aov1r object
confint
A dataframe providing the bounds of the confidence intervals.
Richard K. Burdick, Franklin. A. Graybill. Confidence Intervals on Variance Components. CRC Press; 1st edition (1992). ISBN-13: 978-0824786441.
# NOT RUN { dat <- simAOV1R(I=2, J=3, mu=10, sigmab=1, sigmaw=1) fit <- aov1r(y ~ group, data=dat) confint(fit) # }
Run the code above in your browser using DataLab