Description Usage Arguments Value Examples
Describe one or more groups by descriptive statistics for one continous variable.
1 | describe_groups(data, var, ..., na.rm = T)
|
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. |
A tibble containing descriptive statistics.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.