NEWS.md
z_score
: Computes z-score of a numeric/logical vector.my_sd
: Computes standard deviation of a numeric/logical vector.my_mean
: Computes arithmentic mean of a numeric/logical vector.validate_numeric_vector
: Helper function to check that an input is a vector that contains numeric inputs or logical values that can be coerced to numeric values.validate_special_values
: Helper function to remove missing and non-numbers (NA, NaN) and infinite values (Inf) when appropriate parameters are specified.