ds_measures_location: Measures of location

Description Usage Arguments Examples

View source: R/ds-describe.R

Description

Returns the measures of location such as mean, median & mode.

Usage

1
ds_measures_location(data, ..., trim = 0.05)

Arguments

data

A data.frame or tibble.

...

Column(s) in data.

trim

The fraction of values to be trimmed before computing the mean.

Examples

1
2
3

descriptr documentation built on Dec. 15, 2020, 5:37 p.m.