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