R: Proportional Hazard Assumption in coxme()

走远了吗. 提交于 2019-12-08 01:59:52

问题


I am running a mixed effects model using the coxme() function in R. The model analyzes the event of product success of firms in different countries. Fixed effects are for example GDP, population, technology and cultural variables. Random effects are the different countries.

I know that with coxph() it is possible to test for proportional hazard using the cox.zph() command.

My question: How can I check for proportional hazard with coxme()?

来源:https://stackoverflow.com/questions/32401706/r-proportional-hazard-assumption-in-coxme

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