[R] Error: could not find function MLearn

2011-11-07 Thread horseatingweeds
I'm getting this error when I try to run the function MLearn(): Error: could not find function MLearn I have the MLInterface tools installed. But when I look for MLearn ??MLearn but I don't find it. The closest thing I find is the method MLearn_new() under MLInterfaces. I've tried replacing

Re: [R] Error: could not find function MLearn

2011-11-07 Thread David Winsemius
On Nov 7, 2011, at 9:30 AM, horseatingweeds wrote: I'm getting this error when I try to run the function MLearn(): Error: could not find function MLearn The usual reason for a newbie not getting a function is that they failed to do one of these: library(MLInterface) require(MLInterface)

Re: [R] Error: could not find function MLearn

2011-11-07 Thread horseatingweeds
Thanks Dave. I thought I had run library(MLInterface), but I looked back, and it was library(MLearn) I was running. Silly me... It's chugging away now. -- View this message in context: http://r.789695.n4.nabble.com/Error-could-not-find-function-MLearn-tp3998805p4005626.html Sent from the R