Displaying 1 result from an estimated 1 matches for "tp3953541p3953795".
2011 Oct 30
2
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))]))}