Description Usage Arguments Examples
View source: R/withnomvoutlier.R
This function deletes multivariate outlier observations which are detected by robust principal component analysis and returns new data.
1 | withnomvoutlier(data, keepoutlier = FALSE)
|
data |
Dataset, matrix or dataframe. |
keepoutlier |
if TRUE, keeps outlier observations in a separate dataframe and returns a list including both. |
1 | Hitters %>% withnomvoutlier()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.