ca.procrustes.poly | R Documentation |
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 \insertCitenenadic_correspondence_2007lakhesis.
ca.procrustes.poly(obj, resolution = 10000)
obj |
An incidence matrix of size n x k. |
resolution |
Number of samples to use for plotting points along polynomial curve (default is 10000). |
A list of the following:.
'ref“ The Procrustes-fit coordinates of the scores of the reference seriation.
x
The Procrustes-fit coordinates of the row scores of the data.
x.dat
A data frame containing the following information related to the fit of the row score after Procrustes fitting: index
, the row name, match
, the reference point nearest to the row score, and dist
, the Euclidean distance between the row score and reference score point.
y
The Procrustes-fit coordinates of the column scores of the data.
y.dat
A data frame containing the same information as x.dat
, but with respect to the column scores.
data("quattrofontanili")
ca.procrustes.poly(quattrofontanili)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.