admin管理员组文章数量:1334704
I have a dataset where I want to predict an outcome (EDSS at last follow up, measured in a numeric scale which is from 0 to 10, including only .5 decimals). From each patient, I have exactly 2 measures of biomarkers from each patient. I would like to create a predictive model using the biomarkers to predict EDSS at last follow up.
I tried linear mixed models, but it throws an error because convergence is not achieved. This is the formula I am using
EDSS_lastfollow ~ nfl + (1|ID)
I have tried using a gaussian link function and also using the outcome as a ordinal variable, but I could not reach convergence.
I suspect it is because I do not really have a repeated outcome, but repeated covariates. I would like to take into account the ID variability of the covariates to model it.
Do you have any idea on how I could proceed to model it? Just a simple lm
would be better?
本文标签: Single outcomerepeated covariates in time linear mixed modelsStack Overflow
版权声明:本文标题:Single outcome, repeated covariates in time: linear mixed models? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742357996a2459801.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论