describe_groups: Describe groups by variable

Description Usage Arguments Value Examples

Description

Describe one or more groups by descriptive statistics for one continous variable.

Usage

1
describe_groups(data, var, ..., na.rm = T)

Arguments

data

A (tidy) dataset

var

Variable to describe by (column name)

...

Variable(s) to group by (column name)

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds. Defaults to TRUE.

Value

A tibble containing descriptive statistics.

Examples

1
describe(mtcars, mpg, cyl, am)

joon-e/jutilities documentation built on May 28, 2019, 7:34 p.m.