Description Usage Arguments Value Examples
Computes Descriptive Statistics
1 | compute_ds(data, var1, var2)
|
data |
input dataset |
var1 |
name of variable 1 (unquoted) |
var2 |
name of variable 2 (unquoted) |
a data frame with descriptive statistics including average, min-max and standard dev
1 | compute_ds(data = faithful,var1 = eruptions, var2 = waiting)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.