sbp.fromPBA: Build SBP Matrix of Principal Balances

Description Usage Arguments Value Author(s) Examples

View source: R/sbp.R

Description

This function builds an SBP of principal balances using the hierarchical clustering of components method described by Pawlowsky-Glahn et al. in "Principal balances" from the CoDaWork 2011 proceedings.

Usage

1
sbp.fromPBA(x, alpha = NA)

Arguments

x

A matrix with rows as samples (N) and columns as components (D).

alpha

A double. Defines a hyper-parameter used by the Box-Cox transformation to approximate log-ratio variance in the presence of zeros. Skip with NA.

Value

An SBP matrix.

Author(s)

Thom Quinn

Examples

1
2
3
4

balance documentation built on July 10, 2019, 9:03 a.m.