powered by
Returns the measures of location such as mean, median & mode.
ds_measures_location(data, column, trim = 0.05)
A data.frame or tibble.
data.frame
tibble
Column in data.
data
The fraction of values to be trimmed before computing the mean.
# NOT RUN { ds_measures_location(mtcarz, mpg) # }
Run the code above in your browser using DataLab