Description Usage Arguments Details References
View source: R/suffDimReduct.R
This defines the methods for the class "sdr", which is utilized for sufficient dimension reduction.
Sufficient dimension reduction is an approach for reducing the dimensionality of a set of covariates based on
the statistical principle of sufficiency. A sufficient statistic is a number that captures all of the information
about a data set. Likewise, a set of sufficient predictors capture all of the information about an outcome Y contained
in the set of covariates X. Sufficient predictors can be thought of as similar to principal components.
Several methods are offered in this package. Many codes here are based upon Li (2018), with modifications
and improvements for more efficient calculation, and the addition of new features. Also included
are methods for partial sufficient dimension reduction, which estimates sufficient dimension reduction
subspaces integrated over a 'nuisance variable', typically a categorical predictor. In addition,
envelope models, regularized SIR and SAVE, structured linear regression (which allows predictors to be
grouped), and principle fitted components are also offered.
Though not of the sdr class, the estimators in the functions gpcr
and gpls
are geared
towards the same goal as the sufficient dimension reduction approach.
1 |
x |
argument |
... |
other arguments |
sdr: methods for sufficient dimension reduction
Li, B. (2018). Sufficient dimension reduction: methods and applications with R. Boca Raton: CRC Press, Taylor & Francis Group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.