buildilrBasep {philr}R Documentation

Weighted ILR Contrast Matrix

Description

Weighted ILR Contrast Matrix

Usage

buildilrBasep(W, p)

Arguments

W

sequantial binary partition matrix (e.g., signary matrix; output of phylo2sbp)

p

weights (should not be closed)

Value

matrix

Author(s)

Justin Silverman (adapted from compositions::gsi.buildilrBase)

References

J. J. Egozcue, V. Pawlowsky-Glahn (2016) Changing the Reference Measure in the Simplex and its Weighting Effects. Austrian Journal of Statistics 45(4):25-44

Examples

p <- seq(.1,1,by=.2)
tr <- named_rtree(5)
sbp <- phylo2sbp(tr)
buildilrBasep(sbp, p)

[Package philr version 1.10.1 Index]