Hi all,

I'm running train function from caret package on my data set patientdata:

    model=train(type~., data=patientdata, method="lvq", preProcess="scale", 
trControl=control)
and I get this error:

    Error in comp(expr, env = envir, options = list(suppressUndefined = TRUE)) 
: 

     could not find function "mayCallBrowser"
Does anyone know how should I solve it?!

Thanks for any help!
Elahe

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to