Investigating the effect of two covariates to an estimated parameter
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I have data for different patients and I want to investigate the effect of two covariates to an estimated parameter while I am fiting its value for individual patients. Am I able to to the fitting with two covariates? How this equation will be changed: exp(theta + theta1*covariate1 + eta)?
Thanks
0 个评论
采纳的回答
Arthur Goldsipe
2024-9-27
Yes, you can specify multiple covariates. An example covariate expresssion would be exp(theta_fixed + theta1*covariate1 + theta2*covariate2 + eta1). You might also want to look at this example, which investigates which covariates should be incorporated into a covariate model.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biotech and Pharmaceutical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!