Learn R Programming

shipunov (version 1.0)

Coeff.det: Average coefficients of determination for each variable

Description

Average coefficients of determination for each variable

Usage

Coeff.det(X, ...)

Arguments

X

Data frame or matrix with values

...

Arguments to 'cor()'

Value

Numerical vector of coefficients of determination

Details

Average coefficients of determination for each variable.

Allow to compare various correlation structures (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.

Examples

Run this code
# NOT RUN {
Coeff.det(trees, use="pairwise")
# }

Run the code above in your browser using DataLab