utils {dispositionEffect} | R Documentation |
Utilities
Description
Utilities functions
Usage
ewise_mean(x, y, na.rm = FALSE, zero.substitute = FALSE)
Arguments
x , y |
Numeric vectors of the same length. |
na.rm |
a logical evaluating to |
zero.substitute |
Logical. If TRUE zero values are substituted with corresponding non-missing values whether possible. |
Value
Numeric vector.
Functions
-
ewise_mean
: Element-wise mean calculation.
[Package dispositionEffect version 1.0.1 Index]