ACMpoint: ACM in one point

View source: R/ACMpoint.R

ACMpointR Documentation

ACM in one point

Description

Multiple correspondence analysis applied to a specific table.

Usage

ACMpoint(base, IndK, PointTable, interactive = FALSE, interactive3D = FALSE)

Arguments

base

Data set

IndK

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

PointTable

Table indicator. A character or number that is part of the IndK registers. This argument specifies the table to which the analysis will be performed.

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 table specified in PointTable.

Examples

data(Datak10Contaminated)
ACMpoint(Datak10Contaminated,"GroupLetter", PointTable="j", interactive=FALSE, interactive3D=FALSE)

JavierRojasC/T2Qv documentation built on May 12, 2022, 8:07 a.m.