Rdocumentation
powered by
Learn R Programming
simsem (version 0.2-8)
skew: Find skewness
Description
Finding skewness (g1) of an object
Usage
skew(object, ...)
Arguments
object
An object used to find a skewness, which can be a vector or a distribution object.
...
Other arguments such as the option for reversing the distribution.
Value
A value of a skewness with a test statistic if the sample skewness is computed.
Details
The skewness computed is g1. See the Wolfram Mathworld for the skewness detail.
Examples
Run this code
skew(
1
:
5
)
Run the code above in your browser using
DataLab