Displaying 1 result from an estimated 1 matches for "sump6d2".
Did you mean:
sum_d2
2005 Sep 27
0
Help: A application error and failed just-in-debugging.
...debug the program
after I click cancel button to debug, I got:
Just-In-Time Debugging:
An exception 'unhandled win32 exception' has occurred in Rgui.exe.
However, no debuggers are registered that can debug this exception.
Unable to JIT debug.
In my program, I first source("sump6d2.q") to get data from splus, and
attach(sump6d2),
Whenever I run this part of program, the error pops up:
library(mix)
Y<-cbind(race2,nodes,htypeed1,htypeed2,ngraded2,blood2,agem40,agem40sq,e
r,pr) #<--Y has to be a matrix for mix
s<-prelim.mix(Y,6)
#----------------------------run...