Learn R Programming

nsdr (version 0.1.1)

spearman: standmat

Description

standmat

Usage

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

Run this code
# NOT RUN {
x1 <- rnorm(100)
x2 <- rnorm(100)
spearman(x1,x2)
# }

Run the code above in your browser using DataLab