Learn R Programming

mistat (version 0.999)

STRESS: Stress Levels

Description

Results of a 33 factorial experiment to investigate the effects of three factors $A, B, C$ on the stress levels of a membrane $Y$. The first three columns of the data provide the levels of the three factors, and column 4 presents the stress values.

Usage

data(STRESS)

Arguments

source

Oikawa and Oka (1987)

Examples

Run this code
data(STRESS)

summary(                                       
  aov(stress ~ (A+B+C)^3 +I(A^2)+I(B^2)+I(C^2),
      data=STRESS))

Run the code above in your browser using DataLab