Description Usage Arguments Details Value See Also Examples
Function to obtain the standard error of the skewness of a distribution of values.
1 | se.skew(x)
|
x |
numeric object containing the values for a variable. |
Standard error of skewness is computed on non-missing values using the following equation.
√( 6*N*(N-1) / ((N-2)*(N+1)*(N+3)) )
Standard error of skewness for x
.
1 2 | |
[1] 0.637302
[1] 0.637302
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.