Here are my codes, pretty standard but I am getting the error msg:
library(caret)
set.seed(32343)
modelFit = train(type~.,data=training, method='glm')
error msg:
Error in library(e1071) : there is no package called ‘e1071’
Any idea? Thanks!