ACMconcatenated: ACM Concatenated

View source: R/ACMconcatenated.R

ACMconcatenatedR Documentation

ACM Concatenated

Description

Multiple correspondence analysis applied to a concatenated table.

Usage

ACMconcatenated(base, IndK, interactive = FALSE)

Arguments

base

Data set

IndK

Character with the name of the column that specifies the partition of the data set in k tables.

interactive

If it is TRUE, the graph will be shown interactively. If FALSE, the graph is displayed flat. FALSE is the default.

Value

A Multiple Correspondence Analysis graph of the concatenated table.

Examples

data(Datak10Contaminated)
ACMconcatenated(Datak10Contaminated,"GroupLetter", interactive = FALSE)

T2Qv documentation built on Oct. 11, 2023, 5:14 p.m.

Related to ACMconcatenated in T2Qv...