简体   繁体   English

R中的混合选择模型

[英]Hybrid choice models in r

I would like to kindly ask to the community if there is a package in R explicitly designed to estimate hybrid choice models. 我想向社区询问R中是否有明确设计用来估计混合选择模型的软件包。

I found this contribution available at this URL , but I was wondering if some of you came across the need to estimate hybrid choice models purely relying on R. 我在此URL上找到了此贡献 ,但我想知道是否有些人碰巧需要估计纯粹依赖R的混合选择模型。

I would be very thankful if you could share your experiences on how you dealt with this issue. 如果您能分享您如何处理此问题的经验,我将非常感谢。

Marco 马可

Since the original post does not have an answer, I will leave one just in case someone else comes across this. 由于原始帖子没有答案,因此我将留下一个答案,以防其他人遇到此问题。 If the question has already migrated to Cross Validated, I apologize. 如果问题已经迁移到“交叉验证”,我深表歉意。

There are currently a few packages allowing for the estimation of choice models in R. The mlogit and gmnl packages contains canned routines for estimating the most common choice models. 当前有一些软件包允许估计R中的选择模型mlogitgmnl软件包包含用于估计最常见选择模型的固定例程。 For the more advanced practitioner, the new apollo package is very powerful and allows the user to specify any choice model, including hybrid choice models. 对于更高级的从业人员,新的apollo软件包非常强大,并且允许用户指定任何选择模型,包括混合选择模型。 More information and several examples are available here . 此处提供更多信息和几个示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM