data_estimators: Data estimators

Description Usage Arguments Value Examples

View source: R/describe-data.R

Description

Function that provides a list of estimators. User is free to define his own list of estimators. Used in describe_data

Usage

1
data_estimators(x, na.rm = FALSE)

Arguments

x

Numeric vector

na.rm

Should NAs be removed? Default is FALSE

Value

Named numeric vector with estimators

Examples

1
data_estimators(iris$Sepal.Width)

mladenjovanovic/bmbstats documentation built on Aug. 5, 2020, 4:20 p.m.