View source: R/0_whichOutlier.R
| whichOutlier | R Documentation |
[! DEPRECATED] Return indices of rows in scores matrix that contain outliers. A row is
treated as having an oultier if any
autoscaled
score in that row is not between \u00B1 zLimit.
whichOutlier(x, zLimit = 2)
x |
Matrix-like data. |
zLimit |
A threshold for standardized (scaled) values
(i.e., z-scores)
to be treated as an outlier. If |
Vector of indices that indicate rows containing outliers.
Vilmantas Gegzna
Other component analysis / factorisation related functions in spHelper:
getScores(),
infoDim(),
plot_spDiff(),
qplot_infoDim(),
qplot_kAmp(),
qplot_kSp(),
qplot_spc(),
reconstructSp(),
sortLoadings(),
unipeak()
whichOutlier(Scores2)
whichOutlier(Scores2,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.