Displaying 1 result from an estimated 1 matches for "maxexmn".
2005 Apr 08
2
DLL Memory Problem
...beings with:
subroutine ccprox(nexmn,nitem,respmat2,covmatr,covmatt,
$ cormatr,cormatt)
!ccccc This subroutine will calculate all the pairwise
!ccccc conditional covariances. An ending r means for
!ccccc rest score, an ending t means for total score.
parameter (maxitem=100,maxexmn=10000,maxcats=10,ncells=1001)
!ccccc ncells must be maxitem*maxcats+1
integer nexmn,nitem,scoretemp,mscore
integer respmat(maxexmn,maxitem)
integer tscore(maxexmn) /maxexmn*0/
integer tstemp(maxexmn) /maxexmn*0/
integer natscore(ncells) /ncells*0/
integer natemp(ncells) /nc...