External Email - Use Caution
The forward model is given by:
y = W*X*B + n
where X is the Ns-by-Nb design matrix, y is the Ns-by-Nv input data
set, B is the Nb-by-Nv regression parameters, and n is noise. Ns is
the number of inputs, Nb is the number of regressors, and Nv is the
number of voxels/vertices (all cols/rows/slices). y may be surface
or volume data and may or may not have been spatially smoothed. W
is a diagonal weighing matrix.
During the estimation stage, the forward model is inverted to
solve for B:
B = inv(X'W'*W*X)*X'W'y
Hello Experts,I've a question about mri_glmfit. I want to investigate the association between thickness and neuropsychiatric syndromes, controlling for age and cognition. Which model below is mri_glmfit performing?Model 1
neuropsych syndromes ~ age + cognition + cortical thicknessorModel 2cortical thickness ~ age + cognition + neuropsych syndromeMany thanks,Paul