Guest User

Untitled

a guest
Feb 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. bagging_pred <- bagging(Outcome ~ ., data_bagging) # data_bagging is my training set
  2.  
  3. predict_Outcome<- predict.lm(bagging_pred, testset)
  4.  
  5. Error in terms.default(object) : no terms component nor attribute
Add Comment
Please, Sign In to add comment