[R] train function in caret package
Elahe chalabi
chalabi.elahe at yahoo.de
Fri May 19 09:39:18 CEST 2017
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
More information about the R-help
mailing list