Simulated hue data set based on papaya's maturation over time considering four methods of measurement in a randomized block design.
data(simulated_hue_block)
A simulated data frame with 24,000 observations on the mean hue variable. The format is:
Hue |
numeric; mean hue of papaya's peel |
Block |
factor with levels labelled from 1 to 3 |
Method |
a factor with levels labelled from Method 1 ,
to Method 4 |
Time |
integer; time in days from 0 to 19 |
Fruit |
a factor with 300 levels labelled from 1 to 300 |
Hue |
numeric; mean hue of papaya's peel |
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.
lcc
.
# NOT RUN {
data(simulated_hue_block)
summary(simulated_hue_block)
str(simulated_hue_block)
# }
Run the code above in your browser using DataLab