Displaying 1 result from an estimated 1 matches for "covmatt".
Did you mean:
covmat
2005 Apr 08
2
DLL Memory Problem
...in memory.
If I unload and reload the .dll it works again the first time.
It does the same if I copy the compiled .dll over to my Windows XP machine.
Thank you for any help,
Brian Habing
habing at stat.sc.edu
The Fortran subroutine 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*...