Learn R Programming

pamctdp (version 0.2.2)

inerepa: Associtted SCA Inertia Repartition

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

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

Value

  • Returns a numeric vector containing :
  • inTcolumn band weights
  • winTLrow band weights
  • winTJcolumn band qualities of the representation
  • inACIrow band qualities of the representation

encoding

latin1

Details

Compute total inertia of four correspondence analysis

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

Run this code
data(ardeche)
attach(ardeche)
inerepa(tab,row.blocks,col.blocks)
detach(ardeche)

Run the code above in your browser using DataLab