View source: R/plot.tunelocal.R
plot.tunelocal | R Documentation |
tunelocal
The function plot.tunelocal
allows the analyst to graphically display
the optimal model dimension using a convex hull.
## S3 method for class 'tunelocal' plot(x,...)
x |
The results of the function |
... |
Further arguments passed to or from other methods. |
Graphical displays of a convex hull computed using the original data and the bootstrapped data when in tunelocal
the input parameter boot=TRUE
computed bootstrapped data too.
Rosaria Lombardo, Michel van de Velden and Eric J. Beh.
Beh EJ and Lombardo R (2014) Correspondence Analysis, Theory, Practice and New Strategies. John Wiley & Sons.
Wilderjans TF, Ceulemans E, and Meers K (2013) CHull: A generic convex hull based model
selection method. Behavior Research Methods, 45, 1-15.
Ceulemans E, and Kiers H A L (2006) Selecting among three-mode principal component models
of different types and complexities: A numerical convex hull based method. British Journal of
Mathematical & Statistical Psychology, 59, 133-150.
res.tunelocal<-tunelocal(happy, ca3type = "CA3",boots = FALSE, nboots = 0) plot(res.tunelocal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.