Learn R Programming

industRial (version 0.1.0)

perfume_experiment: Correlation matrix of the input variables of an experiment design in perfume formulation.

Description

The data set contains the expected correlation (expressed in 1 to 10) of an experiment anonymized input variables. The dataset consists in a double entry table with the same variables in row and column. It is coded as a tibble but subsequent utilization in network plots requires it to be converted to a matrix format.

Usage

perfume_experiment

Arguments

Format

A tibble with 22 observations on 23 variables.

References

For a complete case study application refer to https://j-ramalho.github.io/industRial/.

Examples

Run this code
# NOT RUN {
data(perfume_experiment)

# }

Run the code above in your browser using DataLab