toy.anova: Simulated data set for ANOVA

Description Usage Format Examples

Description

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

Usage

1
data("toy.anova")

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

1
2
data(toy.anova)
## maybe str(toy.anova) ; plot(toy.anova) ...

JECheadle/RSOC317L documentation built on May 15, 2019, 4:02 a.m.