T-Test with covariates?

21 次查看(过去 30 天)
ShaneS
ShaneS 2018-6-25
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.

回答(1 个)

Anton Semechko
Anton Semechko 2018-6-25
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.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by