Description Usage Arguments Value Examples
Using Jarque Bera test, shapiro wilk test and Kolmogorov Smirnov test for one numeric object or numeric object in dataframe or matrix. Na is omitted in each object.
1 | normal(x, num.names)
|
x |
numerica object or dataframe and matrix |
num.names |
numeric column names for dataframe and matrix. If missing, all numeric column names will be given. |
a dataframe containing kurtosis, skewness and p value for Jarque Bera test, shapiro wilk test and Kolmogorov Smirnov test. In star column, star represents p > 0.05, while underline taking the opposite.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.