Hello All,
Does anyone know of software, in Stata or otherwise, to create and manage decision trees?
I am aware of TreeAge, but I find it difficult to understand. So if there is anything in Stata, I 'd be pleased to know about it. I am tempted to write something myself, but I thought I'd ask before I launch into it.
What I need is to be able to...
1: set up a tree structure;
2: assign values at terminal nodes;
3: assign probability values to each branch at the internal nodes;
4: evaluate the mean value of a given measure (from step 2), weighting it according to the probabilities at the branches, as it filters back to the root;
5: repeat steps 2-4 (or maybe just 3 & 4) for a variety of scenarios having alternative values and probabilities.
Thanks if anyone has a suggestion.
--David
PS: I've been away from the Forum for a while, so I don't know if this has been covered.
Does anyone know of software, in Stata or otherwise, to create and manage decision trees?
I am aware of TreeAge, but I find it difficult to understand. So if there is anything in Stata, I 'd be pleased to know about it. I am tempted to write something myself, but I thought I'd ask before I launch into it.
What I need is to be able to...
1: set up a tree structure;
2: assign values at terminal nodes;
3: assign probability values to each branch at the internal nodes;
4: evaluate the mean value of a given measure (from step 2), weighting it according to the probabilities at the branches, as it filters back to the root;
5: repeat steps 2-4 (or maybe just 3 & 4) for a variety of scenarios having alternative values and probabilities.
Thanks if anyone has a suggestion.
--David
PS: I've been away from the Forum for a while, so I don't know if this has been covered.
Comment