T-Test with covariates?
23 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello MATLAB Experts,
I am trying to run a T-TEST between 2 groups, while taking into account age and gender as nuisance covariates. How can I go about doing that?
Thanks.
0 Kommentare
Antworten (1)
Anton Semechko
am 25 Jun. 2018
In medical image processing application general linear model is often used to test null-hypotheses while accounting for covariates like age and gender. The idea there is fit linear multiple regression model to data, and then only perform t-tests on regression coefficients corresponding to the variables of interest.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Descriptive Statistics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!