orange {ISR} | R Documentation |
orange
Description
orange
Usage
data("orange")
Format
The format is: num [1:12, 1:8] 4.79 4.58 4.71 6.58 NA ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:12] "1" "2" "3" "4" ... ..$ : chr [1:8] "Color.intensity" "Odor.intensity" "Attack.intensity" "Sweet" ...
Details
There are 19 missing values in the data set, accounting for 19.79 percent.
Source
http://factominer.free.fr/missMDA/index.html
References
Josse J, Husson F (2016). missMDA: A Package for Handling Missing Values in Multivariate Data Analysis. Journal of Statistical Software, 70(1), 1–31.
Examples
data(orange)
## maybe str(orange) ; plot(orange) ...
[Package ISR version 2022.4.22 Index]