Description Usage Arguments Value Examples
View source: R/compute_ds_another_way.R
Computes Descriptive Statistics
1 | compute_ds_another_way(data, var1, var2)
|
data |
input data set |
var1 |
name of variable 1 (in quotes) |
var2 |
name of variable 2 (in quotes) |
a data frame containing descriptive statistics
1 | compute_ds_another_way(data = faithful,var1 = 'eruptions', var2 = 'waiting')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.