Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sphereX

Sphere Data Matrix


Description

The data matrix is scaled and sphered so it is orthonormal. The Cholesky decomposition is used.

Usage

sphereX(X)

Arguments

X

X rectangular data matrix

Value

sphered matrix

Author(s)

A. I. McLeod

See Also

Examples

data(longley)
longley.x <- data.matrix(longley[, 1:6])
sphereX(longley.x)

bestglm

Best Subset GLM and Regression Utilities

v0.37.3
GPL (>= 2)
Authors
A.I. McLeod, Changjiang Xu and Yuanhao Lai
Initial release
2020-03-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.