Hello, 

How can I export the sample data frame below -USvoteS with the associated 
probabilities and rules for each row?

library("CHAID") 
example("chaid", package = "CHAID")

To be more specific, for each of 1000 rows of the USvoteS data frame I want to 
see in which node is that row in (what are the rules associated with it)
and with which probability. This may refer to any kind of decision tree, not 
only CHAID.
  

Thanks, 
Rodica

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to