View source: R/deleted.case.statistic.R
deleted.case.statistic | R Documentation |
Calculates a summary statistic for each value of an input vector by calculating the value of the statistic when a particular case is deleted.
deleted.case.statistic(x, FUN = mean)
x |
Vector to compute deleted case statistics values for. |
FUN |
Function used to compute summary statistic. |
Vector with same length as x. Each value i is the result of FUN(x) where x[i] is removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.