Learn R Programming

UAHDataScienceO (version 1.0.0)

mean_outliersLearn: mean_outliersLearn

Description

Calculates the mean of the given data vector

Usage

mean_outliersLearn(data)

Value

Mean of the input data

Arguments

data

Input Data that will be processed to calculate the mean. It must be a vector

Author

Andres Missiego Manjon

Examples

Run this code
mean = mean_outliersLearn(c(2,3,2.3,7.8));

Run the code above in your browser using DataLab