powered by
knife_mean is an internal function. Calculates arithmetic means by removing one observation at a time.
knife_mean
knife_mean(x)
A vector with the mean calculations.
A numerical variable. Missing values are removed for the mean calculation.
x <- rnorm(10, 170, 8) x mean(x) knife_mean(x)
Run the code above in your browser using DataLab