Message-ID: <1687692627.3843113.1312119652321.JavaMail.root@vznit170074>
Date: 2011-07-31T13:40:52Z
From: seanstclair at verizon.net
Subject: R: print and ctree
I have run the ctree function, and my dependent variable is broken into 3
categories: low cost, moderate cost and high cost.
When i plot the results (eg. using plot(test.ct)), the plot shows, at the
very bottom of each node, the probability of falling into each cost
category.
When i print the actual results (eg. using print(test.ct)), i get all of the
backup information, but i do not get the probability of falling into each
cost category.
Is there a way i can get these probabilities to show up on the actual
summary of results using print function?
THANKS.