lcc (version 1.1.4)

simulated_hue: Hue color simulated data

Description

Simulated hue data set based on papaya's maturation over time considering three methods of measurement.

Usage

data(simulated_hue)

Arguments

Format

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

Huenumeric; mean hue of papaya's peelMethod
a factor with levels labelled from Method 1 to Method 3Timeinteger; time in days from 0 to 19
Fruita factor with 100 levels labelled from 1 to 100

Details

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

See Also

lcc.

Examples

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

Run the code above in your browser using DataLab