ca.procrustes.poly {lakhesis}R Documentation

Projection onto Reference Curve

Description

Performs a polynomial regression on the row reference scores and orthogonally projects data points on to the reference curve. Sampling can be increased to refine ranking and avoid ties, but default is largely sufficient. Correspondence analysis is performed using the ca package (Nenadic and Greenacre 2007).

Usage

ca.procrustes.poly(obj, resolution = 10000)

Arguments

obj

An incidence matrix of size n x k.

resolution

Number of samples to use for plotting points along polynomial curve (default is 10000).

Value

A list of the following:.

References

Nenadic O, Greenacre MJ (2007). “Correspondence Analysis in R, with Two- and Three-dimensional Graphics: The ca Package.” Journal of Statistical Software, 20, 1–13. doi:10.18637/jss.v020.i03.

Examples

data("quattrofontanili")
ca.procrustes.poly(quattrofontanili)


[Package lakhesis version 0.0.1 Index]