Guest User

Untitled

a guest
Jun 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. fit.ctree <- ctree(highLow ~., data=imdbtrain)
  2. plot(fit.ctree, main="Conditional Inference Tree")
  3.  
  4. fit.ctree <- ctree(highLow ~ coldat + sea + treedock, data=imdbtrain)
  5. plot(fit.ctree, main="Conditional Inference Tree")
Advertisement
Add Comment
Please, Sign In to add comment