Jarque–Bera Test
jarque.bera.test.RdTests the null of normality for x using the Jarque-Bera
test statistic.
Details
This test is a joint statistic using skewness and kurtosis coefficients.
Missing values are not allowed.
Value
A list with class "htest" containing the following components:
- statistic
the value of the test statistic.
- parameter
the degrees of freedom.
- p.value
the p-value of the test.
- method
a character string indicating what type of test was performed.
- data.name
a character string giving the name of the data.