Description Usage Arguments Value References
View source: R/suffDimReduct.R
Sliced inverse regression 2 (SIRII) is a variant of the original SIR (Li, 1991a) that incorporates features of SAVE in order to improve on both (Cook & Weisberg, 1991; Li, 1991b).
1 2 3 4 5 6 7 |
formula |
a model formula |
data |
a data frame |
slices |
the number of slices into which the response variable should be split. defaults to 5. for categorical response variables the maximum allowed is the number of response levels minus one. if set above this, it is silently adjusted. |
rank |
the desired number of sufficient predictors to return. the default is "all". |
ytype |
either numeric or categorical |
an sdr object
Li, K-C. (1991a) Sliced Inverse Regression for Dimension Reduction. Journal of the
American Statistical Association, 86(414), 316-327. doi: 10.1080/01621459.1991.10475035
Cook, R.D., Weisberg, S. (1991) Sliced Inverse Regression for Dimension Reduction: Comment. Journal of the American Statistical Association, 86(414), 328-332
Li, K.-C. (1991b). Sliced Inverse Regression for Dimension Reduction: Rejoinder. Journal of the American Statistical Association, 86(414), 337–342. doi:10.1080/01621459.1991.10475040
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.