inerepa: Associtted SCA Inertia Repartition

Description Usage Arguments Details Value Author(s) References Examples

View source: R/inerepa.R

Description

Associtted SCA Inertia Repartition: SCA of T total of the blocks + intra-tables CA of TJ of the column band marginals + intra-tables CA of TL of the row band marginals + ACI associatted inertia

Usage

1
inerepa(tab,rbl,cbl)

Arguments

tab

matrix or data.frame containing the contingency table

rbl

a numeric vector indicating the row numbers for each block of rows

cbl

a numeric vector indicating the column numbers for each block of columns

Details

Compute total inertia of four correspondence analysis

Value

Returns a numeric vector containing :

inT

column band weights

winTL

row band weights

winTJ

column band qualities of the representation

inACI

row band qualities of the representation

Author(s)

Campo Elías PARDO cepardot@unal.edu.co http://www.docentes.unal.edu.co/cepardot

References

Pardo Campo Elías (2005). Análisis de correspondencias de tablas de contingencia estructuradas. In: Memorias del Coloquio Distrital de Matemáticas y Estadística. Volume 7. Universidad Distrital, Bogotá http://www.docentes.unal.edu.co/cepardot/docs/ColoquioDistritalMatEst/AnalCorresTCE.pdf

Examples

1
2
3
4
data(ardeche)
attach(ardeche)
inerepa(tab,row.blocks,col.blocks)
detach(ardeche)

pamctdp documentation built on May 1, 2019, 10:19 p.m.

Related to inerepa in pamctdp...