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