loocv.dudi | R Documentation |
dudi
Leave-one-out cross-validation to check the dispersion of row coordinates in a dudi
.
## S3 method for class 'dudi' loocv(x, progress = FALSE, ...)
x |
the dudi of the |
progress |
logical to display a progress bar during computations (see the |
... |
further arguments passed to or from other methods |
This function does a cross-validation of the row coordinates of a dudi. Each row is removed from the table one at a time, and its coordinates are computed by projection of this row in the analysis of the table with the removed row. This can be used to check the sensitivity of an analysis to outliers. The cross-validated and original coordinates can be compared with the s.match
function (see example).
A list with:
- XValCoord
:
the cross-validated row coordinates
- PRESS
:
the Predicted Residual Error Sum for each row
- PRESSTot
:
the sum of PRESS
for each bca
axis
Jean Thioulouse
loocv.between, loocv.discrimin, suprow, s.match
data(meaudret) envpca <- dudi.pca(meaudret$env, scannf = FALSE, nf = 3) xvpca <- loocv(envpca) s.match(envpca$li, xvpca$XValCoord)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.