Learn R Programming

evidence (version 0.8.10)

AOV1: Made-up data for a balanced one-way anova.

Description

Made-up data with easy numbers for practicing one-way anova by hand to understand how an anova works.

Usage

data(AOV1)

Arguments

Format

A data frame with 15 observations on the following 2 variables.

y

response

i

predictor, a factor with 3 levels

Details

Note that the design is balanced.

Examples

Run this code
# NOT RUN {
  data(AOV1)
  summary(aov(y ~ i, data=AOV1))
# }

Run the code above in your browser using DataLab