missMDA (version 1.13)

orange: Sensory description of 12 orange juices by 8 attributes.

Description

Sensory description of 12 orange juices by 8 attributes. Some values are missing.

Usage

data(orange)

Arguments

Format

A data frame with 12 rows and 8 columns. Rows represent the different orange juices, columns represent the attributes.

Details

A sensory data frame.

Examples

Run this code
# NOT RUN {
data(orange)
nb <- estim_ncpPCA(orange,ncp.min=0,ncp.max=5,method.cv="Kfold",nbsim=20,pNA=0.05)
res.comp <- imputePCA(orange,ncp=nb$ncp)
require(FactoMineR)
res.pca <- PCA(res.comp$completeObs)
resMI <- MIPCA(orange,ncp=nb$ncp)
plot(resMI)
# }

Run the code above in your browser using DataLab