Learn R Programming

ISR (version 2025-01-10)

orange: orange

Description

orange

Usage

data("orange")

Arguments

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.

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

Run this code
data(orange)
## maybe str(orange) ; plot(orange) ...

Run the code above in your browser using DataLab