Hello All,
There is now an update to the tree program that I released a few months ago. For those who are interested, this evaluates decision trees. It enables you to specify the structure of such trees, set payoff values and probabilities, and to ultimately propagate payoff values to interior nodes and roots.
The latest release fixes a few minor bugs, but more significantly, it can draw diagrams of the trees. It always had the capability of a textual representation of the trees, but now it also does graphic drawings using Stata graph features.
Thanks to Kit Baum for getting this up into SSC.
type
ssc inst tree
Thanks
--David
There is now an update to the tree program that I released a few months ago. For those who are interested, this evaluates decision trees. It enables you to specify the structure of such trees, set payoff values and probabilities, and to ultimately propagate payoff values to interior nodes and roots.
The latest release fixes a few minor bugs, but more significantly, it can draw diagrams of the trees. It always had the capability of a textual representation of the trees, but now it also does graphic drawings using Stata graph features.
Thanks to Kit Baum for getting this up into SSC.
type
ssc inst tree
Thanks
--David
Comment