golf {pid}R Documentation

Full factorial experiments to maximize a golfer's driving distance.

Description

A full factorial experiment with four factors run by a golf enthusiast. The objective of the experiments was for the golfer to maximize her driving distance at a specific tee off location on her local golf course. The golfer considered the following factors:

The data are in standard order, however the actual experiments were run in random order.

Coded values for ⁠A⁠, ⁠B⁠, ⁠C⁠, and ⁠D⁠ should be used in the linear regression model analysis, with ⁠-1⁠ representing the low value and ⁠+1⁠ the high value.

Usage

data(golf)

Format

A data.frame containing 16 observations of 4 variables (A, B, C, D, with y as a response variable.)

Source

A MOOC on Design of Experiments: “Experimentation for Improvement”, https://learnche.org


[Package pid version 0.50 Index]