? Hi All, I was wondering if R has a provision of performing cost-effectiveness analyses using decision trees and markov models. And if anyone has used it before. Thanks! Ashima
Cost-effectiveness Analysis in R
3 messages · Singh, Ashima, Federman, Douglas, Suzen, Mehmet
I've not seen much and most of the responses relate to classification trees and not clinical decision trees. See this post: https://stat.ethz.ch/pipermail/r-help/2012-July/318597.html . I was unable to run arvore on a recent version of R. -----Original Message----- From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Singh, Ashima Sent: Tuesday, April 14, 2015 1:02 PM To: r-help at R-project.org Subject: [R] Cost-effectiveness Analysis in R ? Hi All, I was wondering if R has a provision of performing cost-effectiveness analyses using decision trees and markov models. And if anyone has used it before. Thanks! Ashima ______________________________________________ R-help at 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.
Do you have specific example that you have tried to implement in R? Can you post your codes too? There are high quality package BCEA and BayesTree, that could be helpful; http://cran.r-project.org/web/packages/BCEA/index.html http://cran.r-project.org/web/packages/BayesTree/index.html