lakhesize {lakhesis}R Documentation

Lakhesize

Description

This function returns the row and column consensus seriation for a list of strands, containing their rankings, the results of their PCA, and coefficients of association and concentration.

Usage

lakhesize(strands, obj)

Arguments

strands

A list of strands, which are data frames returned by ca.procrustes.curve.

obj

The intial incidence matrix.

Details

Consensus seriation is achieved by iterative, multi-step linear regression using simulation. On one iteration, strands are chosen at random, omitting incomplete or missing pairs, using PCA to determine the best-fitting line for their rankings. Both strands' rankings are then regressed onto that line to determine missing values, and then re-ranked, repeating until all strands have been regressed. PCA of the simulated rankings is then used to determine the final sequence of the row and column elements.

Value

A list of the following:

Examples

data("quattrofontanili")
data("qfStrands")
lakhesize(qfStrands, quattrofontanili)


[Package lakhesis version 0.0.1 Index]