skew_pos {fMRItools}R 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.


[Package fMRItools version 0.4.2 Index]