AOV2: Made-up data for an unbalanced one-way anova.

Description Usage Format Details Source Examples

Description

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

Usage

1

Format

A data frame with 22 observations on the following 2 variables:

y

response

i

predictor: a factor with 4 levels

Details

Note that the design is unbalanced.

Source

van Hulst, R. 2018. Evaluating Scientific Evidence. ms.

Examples

1
2
  data(AOV2, package)
  summary(aov(y ~ i, data=AOV2))

evidence documentation built on May 2, 2019, 2:14 p.m.