norm | R Documentation |
Computes Skewness and Kurtosis of data.
norm(x) Skew(x) Kurt(x)
x |
A data object such as a numeric or column from a data.frame |
norm
returns a table containing Skew
& Kurt
. Each contain the following elements:
Statistic |
value for Skewness or Kurtosis respectively |
SE |
Standard error for Skewness or Kurtosis |
t-val |
t or z ratio - Statistic/SE |
p |
p value associated with z distribution |
These statistics should be used with caution as they are influenced by sample size!
Thomas D. Fletcher t.d.fletcher05@gmail.com
# create negatively skewed dat with 100 observations xc <- -rchisq(100,3) norm(xc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.