View source: R/plusminus.fit.R
plusminus.fit | R Documentation |
Plus-Minus classifier
plusminus.fit(XX, YY, ...)
XX |
a matrix of observations. |
YY |
a vector. |
... |
additional arguments. Currently ignored. |
This function should not be called directly, but through plusminusFit
with the argument method="plusminus"
. It implements the Plus-Minus algorithm.
An object of class plusminus
is returned. The object contains all components returned by the underlying fit function. In addition, it contains the following:
coefficients |
regression coefficients |
Y |
response values |
X |
scaled predictors |
Richard Baumgartner (richard_baumgartner@merck.com), Nelson Lee Afanador (nelson.afanador@mvdalab.com)
Zhao et al. (2014) Mas-o-menos: a simple sign averaging method for discriminationin genomic data analysis. Bioinformatics, 30(21):3062-3069.
plusminusFit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.