Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Please help: mixed effect model?

조회 수: 1 (최근 30일)
ShaneS
ShaneS 2017년 11월 23일
마감: John D'Errico 2017년 11월 23일
Hi MATLAB experts,
I am trying to perform a mixed effects model to test a relationship between 2 data of blood flow and volume across brain areas, holding brain areas to be constant (fixed effects) and the patients as a random effect.
For example, each data for blood flow and volume consists of 100 values. I have 50 patients.
Currently I am testing the relationship using
[r,p]=corr(bloodflow(:),volume(:),'type','Pearson');
The bloodflow and volume variables are two matrices (patients x brain areas).
Now I want to correct for the interdependency due to the many measurements from each patient (i.e. the brain areas). Can anyone provide some advice about this please? Thank you very much.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by