skew_pos: Positive skew?

View source: R/utils_misc.R

skew_posR Documentation

Positive skew?

Description

Does the vector have a positive skew?

Usage

skew_pos(x)

Arguments

x

The numeric vector for which to calculate the skew. Can also be a matrix, in which case the skew of each column will be calculated.

Value

TRUE if the skew is positive or zero. FALSE if the skew is negative.


fMRItools documentation built on April 12, 2025, 1:32 a.m.