Learn R Programming

matrixStats (version 0.12.2)

signTabulate: Calculates the number of negative, zero, positive and missing values

Description

Calculates the number of negative, zero, positive and missing values in a numeric vector. For double vectors, the number of negative and positive infinite values are also counted.

Usage

signTabulate(x, ...)

Arguments

...
Not used.

Value

See Also

sign().