crunch-uni | R Documentation |
Univariate statistics on Crunch objects
mean(x, ...)
sd(x, na.rm = FALSE)
median(x, na.rm = FALSE, ...)
## S4 method for signature 'CrunchVariable'
mean(x, ...)
## S4 method for signature 'NumericVariable'
mean(x, ...)
## S4 method for signature 'CrunchVariable'
sd(x, na.rm = FALSE)
## S4 method for signature 'NumericVariable'
sd(x, na.rm = FALSE)
## S4 method for signature 'CrunchVariable'
min(x, na.rm)
## S4 method for signature 'NumericVariable'
min(x, na.rm = FALSE)
## S4 method for signature 'DatetimeVariable'
min(x, na.rm = FALSE)
## S4 method for signature 'CrunchVariable'
max(x, na.rm)
## S4 method for signature 'NumericVariable'
max(x, na.rm = FALSE)
## S4 method for signature 'DatetimeVariable'
max(x, na.rm = FALSE)
x |
a NumericVariable, or for |
... |
additional arguments to summary statistic function |
na.rm |
logical: exclude missings? |
base::mean()
stats::sd()
stats::median()
base::min()
base::max()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.