Learn R Programming

ToolsForCoDa (version 1.1.0)

largest.kappas: Calculate condition indices for subcompositions

Description

Function largest.kappas calculates the condition numbers for all subcompositions of a given size, for a particular compositional data set.

Usage

largest.kappas(Xcom, nparts = 3, sizetoplist = 10)

Value

A data frame with an ordered list of subcompositions

Arguments

Xcom

A data matrix with compositions in rows

nparts

The number of parts for the subcompositions to be analysed.

sizetoplist

The length of the list of the "best" subcompositions

Author

Jan Graffelman (jan.graffelman@upc.edu)

Details

Log-ratio PCA is executed for each subcompostion, and the resulting eigenvalues and eigenvectors are stored.

Examples

Run this code
X <- matrix(runif(600),ncol=6)
Xcom <- X/rowSums(X)
Results <- largest.kappas(Xcom)

Run the code above in your browser using DataLab