Noah Silverman
2012-Jun-11 22:28 UTC
[R] Decision Trees or Markov Models for Cost Effectiveness
Hello, I was just assigned to perform a cost effectiveness study in healthcare. We are studying the cost effectiveness of a proposed diagnostic vs. current screening procedures. One of the team members suggest a commercial software package called "TreeAge Pro". Looking at the description, it appears to be a nice GUI to some very simple models that could be easily constructed in R. Are there any packages in R for this type of analysis? Additionally, does anyone have any suggestions in general regarding doing this type of analysis in R? Thank You, -- Noah Silverman UCLA Department of Statistics 8117 Math Sciences Building Los Angeles, CA 90095 [[alternative HTML version deleted]]
Bert Gunter
2012-Jun-11 23:35 UTC
[R] Decision Trees or Markov Models for Cost Effectiveness
Noah: On Mon, Jun 11, 2012 at 3:28 PM, Noah Silverman <noahsilverman at ucla.edu> wrote:> Hello, > > I was just assigned to perform a cost effectiveness study in healthcare. ?We are studying the cost effectiveness of a proposed diagnostic vs. current screening procedures.-- Please! -- Do you think this really describes your problem sufficiently for a coherent answer? What sort of data do you have? -- what are the measures of cost and effectiveness? -- How complete are your data? -- Is there censoring, missing values? What are the covariates? How measured and recorded? ... I would strongly recommend that you consult with fellow local statisticians. At the very least, they might be able to point you in the right (R package) direction. But I think you need a good deal more help and guidance than that to formulate the questions, both scientific and statistical. -- Bert> > One of the team members suggest a commercial software package called "TreeAge Pro". ?Looking at the description, it appears to be a nice GUI to some very simple models that could be easily constructed in R. > > Are there any packages in R for this type of analysis? > Additionally, does anyone have any suggestions in general regarding doing this type of analysis in R? > > Thank You, > > -- > Noah Silverman > UCLA Department of Statistics > 8117 Math Sciences Building > Los Angeles, CA 90095 > > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > 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.-- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
Ricardo Pietrobon
2012-Jun-14 02:56 UTC
[R] Decision Trees or Markov Models for Cost Effectiveness
hi Noah, you might want to look at http://goo.gl/KqXpJ -- haven't played with it, and was actually surprised because whenever i think about decision trees -- which as you know are completely different from CART type of models -- i tend to think of excel add-ons or treeage. interested in learning what you think about the package On Mon, Jun 11, 2012 at 6:28 PM, Noah Silverman <noahsilverman@ucla.edu>wrote:> Hello, > > I was just assigned to perform a cost effectiveness study in healthcare. > We are studying the cost effectiveness of a proposed diagnostic vs. > current screening procedures. > > One of the team members suggest a commercial software package called > "TreeAge Pro". Looking at the description, it appears to be a nice GUI to > some very simple models that could be easily constructed in R. > > Are there any packages in R for this type of analysis? > Additionally, does anyone have any suggestions in general regarding doing > this type of analysis in R? > > Thank You, > > -- > Noah Silverman > UCLA Department of Statistics > 8117 Math Sciences Building > Los Angeles, CA 90095 > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > 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. >[[alternative HTML version deleted]]
stefan.duke at gmail.com
2012-Jun-14 15:34 UTC
[R] Decision Trees or Markov Models for Cost Effectiveness
Hi Noah, I did ask basically the same question about a year ago and there wasn't anything around (http://tolstoy.newcastle.edu.au/R/e14/help/11/06/3651.html) Although I agree that R would be very suitable for this kind of calculations exist. I guess one reason is that a decision tree is not really a branch of statistics. The advanced user of a decision tree will more likely program something in Excel. If you find something, please let us know. Best, Stefan On Tue, Jun 12, 2012 at 12:28 AM, Noah Silverman <noahsilverman at ucla.edu> wrote:> Hello, > > I was just assigned to perform a cost effectiveness study in healthcare. ?We are studying the cost effectiveness of a proposed diagnostic vs. current screening procedures. > > One of the team members suggest a commercial software package called "TreeAge Pro". ?Looking at the description, it appears to be a nice GUI to some very simple models that could be easily constructed in R. > > Are there any packages in R for this type of analysis? > Additionally, does anyone have any suggestions in general regarding doing this type of analysis in R? > > Thank You, > > -- > Noah Silverman > UCLA Department of Statistics > 8117 Math Sciences Building > Los Angeles, CA 90095 > > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > 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.