Displaying 1 result from an estimated 1 matches for "aceih".
Did you mean:
acei
1999 Mar 30
0
idea for (further) debugging ace ()?
Dear all,
I am trying to use ace on a 446 x 14 Matrix, with two categorical
variables in the first two columns. If I try to run it I get:
> aceiH <- ace (data.mat, resp, cat= 1:length(x.cat))
Error: NAs in foreign function call (arg 3)
There is only one .Fortran call in ace () with the third argument being
x = t(x). Thus I tried to debug ace, i.e. I went through ace until just
before the call to .Fortran. I can play with all the variabl...