Learn R Programming

CAvariants (version 5.0)

emerson.poly: Orthogonal polynomials

Description

This function is called from the functions docabasic, socabasic, sonscabasic and donscabasic. It allows the analyst to compute the orthogonal polynomials of the ordered categorical variable. The number of the polynomials is equal to the variable category less one. The function computes the polynomial transformation of the ordered categorical variable.

Usage

emerson.poly(mj, pj)

Arguments

mj

The ordered scores of an ordered variable. By default mj = NULL, the natural scores (1,2,...) are computed.

pj

The marginals, relative frequencies of the ordered variable.

Value

Describe the value returned

B

the matrix of the orthogonal polynomials without the trivial polynomial.

References

Beh EJ and Lombardo R 2014 Correspondence Analysis: Theory, Practice and New Strategies. John Wiley & Sons. Emerson PL 1968 Numerical construction of orthogonal polynomials from a general recurrence formula. Biometrics, 24 (3), 695-701. 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

Run this code
# NOT RUN {
emerson.poly(c(1,2,3,4,5), as.vector(c(.1,.2,.3,.2,.2)))
# }

Run the code above in your browser using DataLab