View source: R/mean_outliersLearn.R
mean_outliersLearn | R Documentation |
Calculates the mean of the given data vector
mean_outliersLearn(data)
data |
Input Data that will be processed to calculate the mean. It must be a vector |
Mean of the input data
Andres Missiego Manjon
mean = mean_outliersLearn(c(2,3,2.3,7.8));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.