socabasic {CAvariants} | R Documentation |
Singly, or one-way, ordered correspondence analysis: for an ordered column variable
Description
This function is used by the main function CAvariants
when the input parameter is catype = "SOCA"
.
It performs the hybrid decomposition of Pearson's ratios and
computes the principal axes for the rows and polynomial axes for the columns. It also gives
the coordinates, row and column weights, total inertia (based on Pearson's chi-squared statistic)
and the rank of the matrix. It decomposes the inertia in terms of the column polynomial components.
Usage
socabasic(Xtable, mj)
Arguments
Xtable |
The two-way contingency table. |
mj |
The set of ordered column scores. By default, |
Author(s)
Rosaria Lombardo and Eric J. Beh
References
Beh EJ and Lombardo R 2014 Correspondence Analysis: Theory, Practice and New Strategies. Wiley.
Lombardo R Beh EJ 2016 Variants of Simple Correspondence Analysis. The R Journal, 8 (2), 167–184.
Lombardo R Beh EJ and Kroonenberg PM 2016 Modelling Trends in Ordered Correspondence Analysis Using Orthogonal
Polynomials. Psychometrika, 81(2), 325–349.
Examples
data(asbestos)
mj <- c(1, 2, 3, 4, 5)
socabasic(asbestos, mj)