This data set describes 27 characteristics of 21 wines distributed in four fields : rest, visual, olfactory and global.
data(escopage)
escopage
is a list of 3 components.
is a data frame with 21 observations (wines) and 27 variables.
is the vector of the names of sub-tables : "rest" "visual" "olfactory" "global".
is a vector of the numbers of variables for each sub-table.
# NOT RUN {
data(escopage)
w <- data.frame(scale(escopage$tab))
w <- ktab.data.frame(w, escopage$blo)
names(w)[1:4] <- escopage$tab.names
plot(mfa(w, scan = FALSE))
# }
Run the code above in your browser using DataLab