Investigating the effect of two covariates to an estimated parameter
조회 수: 1 (최근 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!