skew {semTools} | R Documentation |
Finding skewness
Description
Finding skewness () of an object
Usage
skew(object, population = FALSE)
Arguments
object |
A vector used to find a skewness |
population |
|
Details
The skewness computed by default is , the third standardized
moment of the empirical distribution of
object
.
The population parameter skewness formula is
where denotes the
order central moment.
The skewness formula for sample statistic is
where are the
order k-statistic.
The standard error of the skewness is
where is the sample size.
Value
A value of a skewness with a test statistic if the population is
specified as FALSE
Author(s)
Sunthud Pornprasertmanit (psunthud@gmail.com)
References
Weisstein, Eric W. (n.d.). Skewness. Retrived from MathWorld–A Wolfram Web Resource: http://mathworld.wolfram.com/Skewness.html
See Also
-
kurtosis
Find the univariate excessive kurtosis of a variable -
mardiaSkew
Find Mardia's multivariate skewness of a set of variables -
mardiaKurtosis
Find the Mardia's multivariate kurtosis of a set of variables
Examples
skew(1:5)