openintro (version 1.7.1)

toy.anova: Simulated data set for ANOVA

Description

Simulated data set for getting a better understanding of intuition that ANOVA is based off of.

Usage

data("toy.anova")

Arguments

Format

A data frame with 70 observations on the following 3 variables.

groups

a factor with levels I II III

x1

a numeric vector

x2

a numeric vector

Examples

Run this code
# NOT RUN {
data(toy.anova)
## maybe str(toy.anova) ; plot(toy.anova) ...
# }

Run the code above in your browser using DataCamp Workspace