Decision Analysis in R [closed]

倖福魔咒の 提交于 2019-12-07 05:30:45

问题


I teach courses on business decision-making and more most of the analytic techniques I work with I am working with R. As well, in my consulting practice. One of the modules in the course is Decision Analysis. I have been looking for a package in R that provides this type of probabilistic, Expected Value, Expected Utility type of analysis.

In R's development site, the last entry I saw on the subject (from 2011) says R is not really good at this type of analysis. Is that still the case or are there packages that provide this functionality.

If not, I'll try to put something together once my current programming/writing project is done.

Also, I'm interested in decision trees (not cluster or other classification trees), but trees that partition the probabilities and outcomes of a chain of decisions. Anything in R besides rpart? Plenty in Excel, but I'm trying to wean students off Excel and get them thinking more about what they are trying to achieve.

Thanks for the help.

Jim Hunter

来源:https://stackoverflow.com/questions/15280312/decision-analysis-in-r

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!