Cost-effectiveness decision tree using recursive approach for more than 2 child nodes
Source:R/dectree_expected_recursive2.R
      dectree_expected_recursive2.RdCost-effectiveness decision tree using recursive approach for more than 2 child nodes
Arguments
- node
 Node at which total expected value is to be calculate at
- tree
 List of children by parents
- dat
 Node labels, branch probabilities and value; data frame
See also
CEdecisiontree
Other CEdecisiontree: 
dectree_expected_recursive()