ctdp2df: Convertion of Double Partition Contingency Table to Data...

Description Usage Arguments Details Value Author(s) References Examples

View source: R/ctdp2df.R

Description

It build up a data.frame containing the four factors and the frequencies associtted to a Double Partition Contingency Table

Usage

1
ctdp2df(tab,rbl,cbl,iden=rep(3,4))

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

iden

number of characters of each factor to paste for the row identifications

Details

A data.frame with four factors an frequency column is made

Value

Returns a data.frame containing :

J

factor identifying column partition

K

factor identifying CT columns

L

factor identifying row partition

I

factor identifying CT rows

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

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

Related to ctdp2df in pamctdp...