Learn R Programming

MPV (version 1.64)

p5.23: Data Set for Problem 5-23

Description

The p5.23 data frame has 18 observations on 3 variables.

Usage

data(p5.23)

Arguments

Format

This data frame contains the following columns:

Batch

a character vector

Pressure

a numeric vector

Strength

a numeric vector

Examples

Run this code
 anova(lm(Strength ~ Pressure*Batch, data = p5.23))

Run the code above in your browser using DataLab