Dear users,
I run the arque-Bera test for normality in stata. The results show as belows:
Then, I used the command "return list" to show the results stored in the command. It shows like this:
I cannot find the scalars for Chi-square and p-value.
Are there anyone know how to get the value of chi-square (1.698 ) and pvalue (.4279) as what shown after running the command "jb"? Please help.
Thanks a lot in advance.
I run the arque-Bera test for normality in stata. The results show as belows:
Code:
jb lnrgdp // Jarque-Bera asymptotic test for normality on the specified variable in level form. Jarque-Bera normality test: 1.698 Chi(2) .4279 Jarque-Bera test for Ho: normality:
Code:
return list scalars: r(N) = 27 r(sum_w) = 27 r(mean) = 24.48843404981825 r(Var) = .2828294400632074 r(sd) = .5318171114802601 r(skewness) = -.126910917299197 r(kurtosis) = 1.798030007739949 r(sum) = 661.1877193450928 r(min) = 23.59275627136231 r(max) = 25.30617713928223 r(p1) = 23.59275627136231 r(p5) = 23.66381454467773 r(p10) = 23.71356582641602 r(p25) = 24.0167236328125 r(p50) = 24.50394058227539 r(p75) = 24.96875953674316 r(p90) = 25.19526290893555 r(p95) = 25.24806213378906 r(p99) = 25.30617713928223
Are there anyone know how to get the value of chi-square (1.698 ) and pvalue (.4279) as what shown after running the command "jb"? Please help.
Thanks a lot in advance.
Comment