Learn R Programming

lcc (version 1.1.4)

simulated_hue_block: Hue color simulated data in a randomized block design

Description

Simulated hue data set based on papaya's maturation over time considering four methods of measurement in a randomized block design.

Usage

data(simulated_hue_block)

Arguments

Format

A simulated data frame with 24,000 observations on the mean hue variable. The format is:

Huenumeric; mean hue of papaya's peelBlock
factor with levels labelled from 1 to 3Methoda factor with levels labelled from Method 1, to Method 4
Timeinteger; time in days from 0 to 19Fruit
a factor with 300 levels labelled from 1 to 300where each level is represented by one fruit.

Details

A total of 100 fruits by block were observed over 20 days by four methods to evaluate the mean hue of fruit's peel. We considered three blocks in this simulation. The aim of the agreement study was to assess how well the methods 2, 3, and 4 agreed with method 1 over time.

See Also

lcc.

Examples

Run this code
data(simulated_hue_block)
summary(simulated_hue_block)
str(simulated_hue_block)

Run the code above in your browser using DataLab