Displaying 2 results from an estimated 2 matches for "delrsq".
Did you mean:
  del_vq
  
1999 Mar 30
0
idea for (further) debugging ace ()?
...a.mat, resp, cat = 1:length(x.cat))
debug: x <- as.matrix(x)
Browse[1]> 
... ## go through ace until before .Fortran call
Browse[1]> table (is.na (t(x)))
FALSE 
 6244 
Browse[1]> 
debug: junk <- .Fortran("mace", p = ncol(x), n = nrow(x), x = t(x), 
    y = y, w = wt, l = l, delrsq = delrsq, ns = ns, tx = tx, 
    ty = ty, rsq = double(1), ierr = integer(1), m = m, z = z)
Browse[1]> junk
Error: Object "junk" not found
I am trying to find a smaller example that has the same effect so I could
send it to the list but was not successful until now, especially as I do...
2000 Apr 03
0
Building acepack for Rw1000 under Win98
...ne `mace':
ace.f:89: warning:
         common /prams/ itape,maxit,nterm,span,alpha,big
                 ^
Initial padding for common block `prams' is 4 bytes at (^) -- consider
reorderin
g members, largest-type-size first
ace.f:206: warning:
    310  call scale (p,n,w,sw,ty(1,is),tx(1,1,is),delrsq,p,z(1,5),z(1,6))
              ^
Reference to unimplemented intrinsic `SCALE' at (^) (assumed EXTERNAL)
ace.f: In subroutine `scale':
ace.f:540: warning: `h' might be used uninitialized in this function
g77 -O2 -Wall  -c avas.f -o avas.o
g77 -O2 -Wall  -c rlsmo.f -o rlsmo.o
rlsmo.f: In...