shipunov (version 1.5)

Rostova.tbl: Calculates multiple correlation matrices (via 'factor1') and stacks them together

Description

Calculates multiple correlation matrices (via 'factor1') and stacks them together

Usage

Rostova.tbl(X, GROUP, ...)

Arguments

X

Data frame or matrix with values

GROUP

Number of grouping variable

...

Arguments to 'Cor.vec()'

Value

Data frame with correlation structure

Details

Calculates multiple correlation matrices (via GROUP) and stacks them together.

Output is suitable for PCA, distance calculations and other multivariate methods (Rostova, 1999).

References

Rostova N.S. 1999. The variability of correlations systems between the morphological characters. Part 1. Natural populations of Leucanthemum vulgare (Asteraceae). Botanicheskij Zhurnal. 84(11): 50--66.

See Also

Cor.vec

Examples

Run this code
# NOT RUN {
Trees <- trees
Trees[, 4] <- sample(letters[1:3], nrow(Trees), replace=TRUE)
Rostova.tbl(Trees, 4)
# }

Run the code above in your browser using DataCamp Workspace