lcc (version 1.1.0)

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:

Hue numeric; mean hue of papaya's peel Method
a factor with levels labelled from Method 1 to Method 3 Time integer; time in days from 0 to 19
Fruit a factor with 100 levels labelled from 1 to 100 Hue

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
# NOT RUN {
data(simulated_hue)
summary(simulated_hue)
str(simulated_hue)
# }

Run the code above in your browser using DataCamp Workspace