<div>Hi, I&#39;m trying to significant testing for correlation(rtest)</div>
<div> </div>
<div>And I want to use my own degree of freedom.</div>
<div> </div>
<div>;====  rtest ====================================</div>
<div>
<div>;==== dimension : sst_DJF_anom(time,lat,lon), indx_sst(time)</div>
<div>;=============================================</div></div>
<div>rr_DJF=sst_DJF_anom(lat|:,lon|:,time|:)</div>
<div> </div>
<div> </div>
<div>do LAG=0,dimsizes(indx_sst)-1<br> crr_indx=escar(indx_sst,LAG)<br> crr_DJF=escar(rr_DJF,LAG)<br>end do</div>
<div> </div>
<div>c =0<br>do i=1,dimsizes(indx_sst)<br> c= c+crr_indx*crr_DJF<br>end do</div>
<div> </div>
<div>d = 1+ 2*c</div>
<div> </div>
<div> </div>
<div>df = dimsizes(indx_sst)/d</div>
<div> </div>
<div> r_test=rtest(rtmp, df, 0)<br></div>
<div> </div>
<div>But, there are some errors occured in this script.</div>
<div> </div>
<div>I think the do loop has ploblems but i can&#39;t find it.</div>
<div> </div>
<div>Anyone who tell me what problems it is?</div>
<div> </div>
<div>Thank.</div>
<div> </div>
<div>Marcia Hyun</div>
<div> </div>
<div> </div>