Learn R Programming

GDSARM (version 0.1.1)

dataHamadaWu: Cast fatigue experiment of Hunter et al. (1982)

Description

A cast fatigue experiment with 12 runs and 7 factors was originally studied by Hunter et al. (1982), and was later revisited by Hamada and Wu (1992) and Phoa et al. (2009), among others. It is widely accepted for these data that V6 (F) and interaction V6:V7 (F:G) are active effects, with interaction of V1:V5 (A:E) possibly being active as well.

Usage

data(dataHamadaWu)

Arguments

Format

A data frame with 12 rows and 8 columns:

V1

Factor A

V2

Factor B

V3

Factor C

V4

Factor D

V5

Factor E

V6

Factor F

V7

Factor G

V8

Response

Examples

Run this code
data(dataHamadaWu)
X = dataHamadaWu[,-8]
Y= dataHamadaWu[,8]

Run the code above in your browser using DataLab