I was wondering if there is any output in stats that generates an error estimate for the calculated stats for an individual subject?
Thanks, Dana
Dana W. Moore, Ph.D. Neuropsychology Fellow Cornell Neuropsychology Service Weill Medical College of Cornell University New York Presbyterian Hospital Department of Neurology & Neuroscience 428 East 72nd Street, Suite 500 New York, NY 10021 Phone: 212-746-2441 Fax: 212-746-5584 Email: dwm2003@med.cornell.edu
I dont explicitly, but you can get them in matlab with:
rvar = MRIread('rvar.mgh'); % The residual variance X = load('X.mat'); % the design matrix C = load('contrast/C.mat'); % the contrast matrix
stderr = rvar; % Copy header stderr.vol = sqrt(rvar.vol (C*inv(X'*X)*C')); MRIwrite(stderr,'contrast/stderr.mgh');
Dana W. Moore wrote:
I was wondering if there is any output in stats that generates an error estimate for the calculated stats for an individual subject?
Thanks, Dana
Dana W. Moore, Ph.D. Neuropsychology Fellow Cornell Neuropsychology Service Weill Medical College of Cornell University New York Presbyterian Hospital Department of Neurology & Neuroscience 428 East 72nd Street, Suite 500 New York, NY 10021 Phone: 212-746-2441 Fax: 212-746-5584 Email: dwm2003@med.cornell.edu
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu