Description Usage Arguments Value Examples
View source: R/describe-data.R
Function that provides a simple list of estimators (mean and SD).
User is free to define his own list of estimators. Used in describe_data
1 | data_estimators_simple(x, na.rm = FALSE)
|
x |
Numeric vector |
na.rm |
Should NAs be removed? Default is |
Named numeric vector with estimators mean
, and sd
1 | data_estimators_simple(iris$Sepal.Width)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.