search for: v604

Displaying 1 result from an estimated 1 matches for "v604".

Did you mean: 604
2002 Aug 06
1
timing predict.tree()
Hi all, I am running R1.5.0 under Unix. I am repeating my earlier question with a few details added. I have the following tree fitted as the tree object 'my.tree': node), split, n, deviance, yval * denotes terminal node 1) root 5807 0.9998 0.0001722 2) V604 < 0.5 5798 0.0000 0.0000000 * 3) V604 > 0.5 9 0.8889 0.1111000 * And I have a data.frame called 'new.temp' for which I want to make predictions with this tree. new.temp is a data.frame with a single row and the required number of columns. When I run: predict.tree(my.tree, new.tem...