method: String with the method to use. The argument can be "sorting" (the default for sorting task data), "napping" (for napping data), "sortnapping" (for sorted napping), "freechoice" (for free choice profiling), "hsort" (for hierarchical sorting task data).
axes: a length 2 vector specifying the components to plot
scale: boolean, used when method="freechoice"; if TRUE, the variables are scaled
ncp: number of components used to procrustes the virtual subspaces on the true subspace; by default NULL and the number of components is estimated
group: a list indicating the number of variables in each group; used when method="freechoice" or method="hsort"
nbsim: the number of simulations (corresponding to the number of virtual panels) used to compute the ellipses
level.conf: confidence level used to construct the ellipses. By default, 0.95
nbchoix: the number of panelists forming a virtual panel, by default the number of panelists in the original panel
color: a vector with the colors used; by default there are 35 colors defined
cex: cf. function par in the graphics package
title: string corresponding to the title of the graph you draw (by default NULL and a title is chosen)
new.plot: boolean, if TRUE, a new graphical device is created
Details
Calculate virtual panels by bootstrap of the panelists. For each virtual panel, calculate the mean configuration and procrustes this configuration on the true configuration obtained from the true panel.
Returns
Returns a list with estim.ncp which corresponds to the output of the estim_ncp function (function which estimates the number of components) and the simul object which can be used with the plotellipse function.