Skip to content
Prev 275908 / 398506 Next

jarquebera_test_results

Hi!
I got a loop where i print out the results of Jarque Bera tests, but I 
have to put, the p-values in a vector. Can you help me how to do it in 
an effective way and not just typing in the results to a vector? Thanks 
a lot, here is the code:
for(i in 1:60){
print(jarque.bera.test(loghozamok[((20*(i-1))+1):(20*(i+11))]))}