Learn R Programming

crunch (version 1.3.2)

crunch-uni: Univariate statistics on Crunch objects

Description

Univariate statistics on Crunch objects

Usage

## S3 method for class 'CrunchVariable':
mean(x, ...)

## S3 method for class 'CrunchVariable': sd(x, na.rm = FALSE)

## S3 method for class 'CrunchVariable': median(x, na.rm = FALSE)

## S3 method for class 'CrunchVariable': min(x, na.rm)

## S3 method for class 'CrunchVariable': max(x, na.rm)

## S3 method for class 'NumericVariable': mean(x, ...)

## S3 method for class 'NumericVariable': median(x, na.rm = FALSE)

## S3 method for class 'NumericVariable': sd(x, na.rm = FALSE)

## S3 method for class 'NumericVariable': min(x, na.rm = FALSE)

## S3 method for class 'NumericVariable': max(x, na.rm = FALSE)

## S3 method for class 'DatetimeVariable': min(x, na.rm = FALSE)

## S3 method for class 'DatetimeVariable': max(x, na.rm = FALSE)

Arguments

x
a NumericVariable, or for min and max, possibly a DatetimeVariable
...
additional arguments to mean
na.rm
logical: exclude missings?

See Also

mean sd median min max