Displaying 3 results from an estimated 3 matches for "clustsiz".
Did you mean:
  clustsize
  
2008 Dec 08
0
gee niggles
...t sure if the gee package is still actively maintained, but I for one find it extremely useful. However, I've come across a few infelicities that I'm hoping could be resolved for future versions. Hope it's okay to list them all in one post! They are:
(1) AR(1) models don't fit when clustsize = 1 for any subject, even if some subjects have clustsize > 1.
(2) If the working correlation matrix has dimension less than 4x4, it doesn't get printed.
(3) Using a "fixed" working correlation matrix stored in integer mode crashes R.
To illustrate, generate some data:
df <-...
2003 Dec 27
0
2 disks boot patch
...; Fine, now we have the FAT in memory.	How big is a cluster, really?
 ; Also figure out how many clusters will fit in an 8K buffer, and how
; many sectors and bytes that is  ;
 		mov edi,[bxBytesPerSec]		; Used a lot below
 		mov eax,[SecPerClust]
 		mov si,ax			; Also used a lot
 		mul di
 		mov [ClustSize],eax		; Bytes/cluster
@@ -1436,20 +1449,27 @@
 %ifdef debug				; This code for debugging only
 debug_magic	dw 0D00Dh		; Debug code sentinel
 %endif
 AppendLen       dw 0                    ; Bytes in append= command
 OntimeoutLen	dw 0			; Bytes in ontimeout command
 OnerrorLen	dw 0			; Bytes in on...
2003 Dec 27
0
FW: 2 disks boot patch
...; Fine, now we have the FAT in memory.	How big is a cluster, really?
 ; Also figure out how many clusters will fit in an 8K buffer, and how
; many sectors and bytes that is  ;
 		mov edi,[bxBytesPerSec]		; Used a lot below
 		mov eax,[SecPerClust]
 		mov si,ax			; Also used a lot
 		mul di
 		mov [ClustSize],eax		; Bytes/cluster
@@ -1436,20 +1449,27 @@
 %ifdef debug				; This code for debugging only
 debug_magic	dw 0D00Dh		; Debug code sentinel
 %endif
 AppendLen       dw 0                    ; Bytes in append= command
 OntimeoutLen	dw 0			; Bytes in ontimeout command
 OnerrorLen	dw 0			; Bytes in on...