[R] jarquebera_test_results

Szűcs Ákos szucsakos at t-online.hu
Sun Oct 30 18:23:25 CET 2011


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))]))}



More information about the R-help mailing list