spearman: standmat

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

standmat

Usage

1
spearman(x1,x2)

Arguments

x1

first argument

x2

second argument

Value

standardized matrix

References

Li, B. (2018). Sufficient dimension reduction: Methods and applications with R. CRC Press.

Examples

1
2
3
x1 <- rnorm(100)
x2 <- rnorm(100)
spearman(x1,x2)

nsdr documentation built on June 3, 2021, 9:06 a.m.

Related to spearman in nsdr...