powered by
pca_robust(dataset, center = "median", scale = "mad", k = 10, write.file = F, file.out = "robpca", ...)
## Example of performing a robust PCA analysis data(cachexia) pca.results = pca_robust(cachexia, center = "mean", scale = "mad", k = 10)
Run the code above in your browser using DataLab