Displaying 1 result from an estimated 1 matches for "josephw".
Did you mean:
joseph
2011 Feb 07
5
"Where" command in ctree (party)
Hello,
I need to classify (i.e., export a vector with terminal node id's) new cases
using a ctree (party package) model based on different cases (learning
sample).
I tried the where command with the following syntax:
> where(tree, newdata=data2)
expecting to get terminal nodes of data2 cases based on rules of tree model
(data1 as learning sample). However it returned the following error