reshape_between: Reshapes objects created with bcMCA()

View source: R/reshape_between.R

reshape_betweenR Documentation

Reshapes objects created with bcMCA()

Description

reshapes objects created with 'bcMCA()' so that they can be used with other functions from the package.

Usage

reshape_between(bcmca)

Arguments

bcmca

object created with bcMCA function

Value

Returns an object of class bcMCA

Author(s)

Nicolas Robette

References

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.)

See Also

bcMCA

Examples

data(tea, package = "FactoMineR")
res <- bcMCA(tea[,1:18], tea$SPC)
res_ok <- reshape_between(res)
ggcloud_variables(res_ok)

GDAtools documentation built on June 8, 2025, 10:08 a.m.