wibca2mfa: MFA aids to interpretation of Weighted Intra Blocks...

Description Usage Arguments Details Value Author(s) References Examples

View source: R/wibca2mfa.R

Description

Aids to interpretation WIBCA like two MFACT and Lg

Usage

1
2
wibca2mfa(ACww)
Lg(Xj,Mj,D=diag(nrow(Xj))/nrow(Xj),Xk=Xj,Mk=Mj)

Arguments

ACww

object of class: wwmodel

Xj

the first data matrix

Mj

the metric matrix associatted to Xj

D

the diagonal matrix with the row weights

Xk

the second data matrix

Mk

the metric matrix associatted to Xk

Details

Aids to interpretation associated to the bands of WIBCA like two MFA.

Value

Returns a list containing:

colb

WIBCA like column bands MFA

colb$eig

eigenvalues of column bands MFA

colb$Lg

Lg of column bands MFA

colb$RV

RV of column bands MFA

rowb

WIBCA like row bands MFA

rowb$eig

eigenvalues of row bands MFA

rowb$Lg

Lg of row bands MFA

rowb$RV

RV of row bands MFA

Lg

Lg betwenn two operators

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
5
data(mores5)
coa <- dudi.coa(mores5$tab, scann = FALSE, nf = 4)
wibca <- witwit.model(coa, mores5$rbl5, mores5$cbl5, model="B",weight="mfa",scann = FALSE,nf=4)
mfa <- wibca2mfa(wibca)
mfa 

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

Related to wibca2mfa in pamctdp...