View source: R/reshape_between.R
reshape_between | R Documentation |
reshapes objects created with 'bcMCA()' so that they can be used with other functions from the package.
reshape_between(bcmca)
bcmca |
object created with |
Returns an object of class bcMCA
Nicolas Robette
Abdi H., 2007, "Discriminant Correspondence Analysis", In: Neil Salkind (Ed.), Encyclopedia of Measurement and Statistics, Thousand Oaks (CA): Sage.
Bry X., 1996, Analyses factorielles multiples, Economica.
Lebart L., Morineau A. et Warwick K., 1984, Multivariate Descriptive Statistical Analysis, John Wiley and sons, New-York.)
bcMCA
data(tea, package = "FactoMineR")
res <- bcMCA(tea[,1:18], tea$SPC)
res_ok <- reshape_between(res)
ggcloud_variables(res_ok)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.