class.stats {dostats} | R Documentation |
Filter by class
class.stats(.class)
numeric.stats(x, ...)
factor.stats(x, ...)
integer.stats(x, ...)
.class |
string for class to filter by |
x |
vector of any class |
... |
passed to |
data frame of computed statistics if x is of class .class
otherwise returns NULL
.
numeric.stats
: Numeric class statistics
factor.stats
: Factor class statistics
integer.stats
: Integer class statistics
@export