RDA: Redundancy Analysis

Description Usage Arguments Value Note Author(s) See Also

Description

Redundancy Analysis via QR and singular value decompositions.

Usage

1
RDA(Y, X, scale = FALSE)

Arguments

Y

Dependent data matrix.

X

Model matrix of constraints.

scale

Scaling of dependent data.

Value

later...

Note

Function pRDA is a more versatile an complicated variant, that also can do partial RDA or PCA as special cases.

Author(s)

Jari Oksanen

See Also

pRDA, svd, qr, rda.


barebone documentation built on May 2, 2019, 5:17 p.m.

Related to RDA in barebone...