Learn R Programming

dostats (version 1.3.1)

class.stats: Filter by class

Description

Filter by class

Usage

class.stats(.class)

numeric.stats(x, ...)

factor.stats(x, ...)

integer.stats(x, ...)

Arguments

x
vector of any class
.class
string for class to filter by
...
passed to dostats

Value

  • data frame of computed statistics if x is of class .class otherwise returns NULL.

See Also

dostats