Skewness and kurtosis coefficients
Skewness and kurtosis coefficients.
skew.test2(x, y) kurt.test2(x, y)
x |
A numerical vector with data. |
y |
A numerical vector with data, not necessarily of the same size. |
The skewness of kurtosis coefficients between two samples are being compared.
A vector with the test statistic and its associated p-value.
Klio Lakiotaki
R implementation and documentation: Klio Lakiotaki <kliolak@gmail.com>.
https://en.wikipedia.org/wiki/Skewness
https://en.wikipedia.org/wiki/Kurtosis
x <- rgamma(150,1, 4) y <- rgamma(100, 1, 4) res<-skew.test2(x, y) res<-kurt.test2(x, y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.