Learn R Programming

plsRglm (version 1.5.1)

Cornell: Cornell dataset

Description

The famous Cornell dataset. A mixture experiment on X1, X2, X3, X4, X5, X6 and X7 to analyse octane degree (Y) in gazoline.

Arguments

Format

A data frame with 12 observations on the following 8 variables.

X1

a numeric vector

X2

a numeric vector

X3

a numeric vector

X4

a numeric vector

X5

a numeric vector

X6

a numeric vector

X7

a numeric vector

Y

response value: a numeric vector

References

N. Kettaneh-Wold. Analysis of mixture data with partial least squares. (1992). Chemometrics and Intelligent Laboratory Systems, 14(1):57-69.

Examples

Run this code

data(Cornell)
str(Cornell)

Run the code above in your browser using DataLab