Learn R Programming

MSQC (version 1.1.0)

carbon2: Carbon fiber tubing during the Phase II

Description

Three quality characteristics (inner diameter, thickness and length) are measured in a specific carbon fiber tube. This dataset consist of 25 samples of size 8. This dataset is considered as the Phase II.

Usage

data(carbon2)

Arguments

Format

An array of dimensions 25 x 3 x 8.

"inner diameter"

is the inner diameter

"thickness"

is the thickness

"length"

is the length

Examples

Run this code
# NOT RUN {
data(carbon2)
## maybe str(carbon2) ; plot(carbon2) ...
# }

Run the code above in your browser using DataLab