pmfa(matrice, matrice.illu = NULL, mean.conf = NULL, dilat = TRUE,
graph.ind = TRUE, graph.mfa = TRUE, lim = c(60,40), coord = c(1,2), cex = 0.8)
matrice
)mean.conf
= NULL the graphs of the MFA are drawnpar
in the mean.conf
is NULL (and graph.mfa
is TRUE), returns the usual graphs resulting from the MFA function: the graph of the individuals and their partial representations,
the graph of the variables (i.e. the coordinates of the products given by each panelist).
If mean.conf
is not NULL returns the configuration input by the user.
When matrice.illu
is not NULL, returns a graph of illustrative variables.
Returns as many superimposed representations of individual configurations as there are panelists.mean.conf
is NULL).
If mean.conf
is not NULL the configuration used is the one input by the user.MFA
, nappeplot
, indscal
data(napping)
nappeplot(napping.don)
dev.new()
pmfa(napping.don, napping.words)
Run the code above in your browser using DataLab