Re: [R] Simple tree

2012-07-19 Thread Petr Savicky
On Wed, Jul 18, 2012 at 06:34:49PM -0700, Noah Silverman wrote: > Hi, > > I'm looking for an "easy" way to setup a decision tree. > > This is *not* any kind of regression, but a very simple DAG with probability > on each edge and a value at each node. I just need a way to input the graph > and

[R] Simple tree

2012-07-18 Thread Noah Silverman
Hi, I'm looking for an "easy" way to setup a decision tree. This is *not* any kind of regression, but a very simple DAG with probability on each edge and a value at each node. I just need a way to input the graph and calculate the expected value at each end node. The whole thing could be done