Univariate statistics on Crunch objects
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? |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.