Learn R Programming

nsdr (version 0.1.1)

standmat: standmat

Description

standmat

Usage

standmat(x)

Arguments

x

matrix

Value

standardized matrix

References

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

Examples

Run this code
# NOT RUN {
mat <- matrix(rnorm(4),2,2)
standmat(mat)
# }

Run the code above in your browser using DataLab