Description Usage Arguments References
View source: R/suffDimReduct.R
Directional regression (DR) is a second-order method somewhat similar to contour regression, but is simpler to compute and efficient than Contour Regression. While contour regression can be seen as a method for selecting empirical directions within the central subspace, DR is a method for reorganizing empirical directions (Li & Wang, 2007).
1 2 3 4 5 6 7 |
formula |
a model formula |
data |
a data frame |
rank |
the desired number of sufficient predictors to return. the default is "all". |
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. |
ytype |
either numeric or categorical |
Li, B.; Wang, S. (2007) On directional regression for dimension reduction. Journal of the American Statistical Association, 102, 997–1008
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.