hello,
i have two questions;
Question: 1
When i try to run Jarque Bera Test I used this command
jb ln_mCij
Then the results i got are :
Jarque-Bera normality test: 5.8e+06 Chi(2) 0
Jarque-Bera test for Ho: normality:
I also also used the code
display "Jarque-Bera Statistic = " jb, then i get
Jarque-Bera Statistic = 5756484.2
To get descriptive statistics, I used the code
univar Manuf Public ln_mCij ln_wCij ln_Oi ln_Dj ln_HouseP HigherE
This gives the mean, standard.D, maximum minimum. I also want the values of median. how i can add in it
i have two questions;
Question: 1
When i try to run Jarque Bera Test I used this command
jb ln_mCij
Then the results i got are :
Jarque-Bera normality test: 5.8e+06 Chi(2) 0
Jarque-Bera test for Ho: normality:
I also also used the code
display "Jarque-Bera Statistic = " jb, then i get
Jarque-Bera Statistic = 5756484.2
- Actually I want to know how to get the chisquare value, that i can predict whether it is normally distributed or not.
- How can i see the results of all variables in one table form
To get descriptive statistics, I used the code
univar Manuf Public ln_mCij ln_wCij ln_Oi ln_Dj ln_HouseP HigherE
This gives the mean, standard.D, maximum minimum. I also want the values of median. how i can add in it
Comment