I'm a novice at R so bare with me.
I'm looking to test a single node of a classification decision tree. I put together a classification tree using rpart and I want to take one specific node, and predict outcomes on my test data set. If a row within my dataset doesn't meet the criteria of that node, I don't want it to make a prediction. Is this possible?