## Example 1: PCA
data(chocolates)
panellipse(chocolates,col.p=4,col.j=1,firstvar=5)
## And if we consider only 12 panelists in a virtual panel, what would be the size of the ellipses
panellipse(chocolates,col.p=4,col.j=1,nbchoix=12, firstvar=5)
## And if we want the confidence ellipses around the individual descriptions
panellipse(chocolates,col.p=4,col.j=1,nbchoix=1, firstvar=5)
## Example 2: MFA
data(chocolates)
panellipse(chocolates,col.p=4,col.j=1,firstvar=5,bloc=c(6,8),name.bloc=c("G1","G2"))
Run the code above in your browser using DataLab