xgsu/WOCR: Weighted Orthogonal Components Regression (WOCR) Analysis

This R packages implements the weighted orthogonal components regression (WOCR), which is a new frameword that encompasses many known methods as special cases, including ridge regression (RR), principal components regression (PCR), partial least squares regression (PLSR), and continuum regression (CR). WOCR makes use of the monotonicity inherent in orthogonal components to parameterize the weight function, which involves low-dimensional (one or two) tuning parameter. The formulation then allows for efficient determination of tuning parameters and hence is computationally advantageous. Moreover, WOCR offers insights for deriving new better variants. In this current version, only the principal components (such as in RR and PCR) are considered.

Getting started

Package details

AuthorXiaogang Su
MaintainerXiaogang Su <xiaogangsu@gmail.com>
LicenseGPL-2
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("xgsu/WOCR")
xgsu/WOCR documentation built on May 4, 2019, 1:06 p.m.