View source: R/check_quality.R
xscores | R Documentation |
Calculates different scores to measure how much extreme are the different data points
xscores(x, type = "z")
x |
A vector |
type |
'z' calculates standard normal scores, 'z-out' calculates standard normal scores excluding each data point when computing the mean and the standard deviation, 't' calculates t scores, 'chisq' calculates chisquared scores, 'tukey' calculates scores based on the boxplot method, 'mad' calculates scores using median and mad instead of mean and sd. |
xscores(iris$Sepal.Length, type="z-out")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.