Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.11 KB

File metadata and controls

27 lines (20 loc) · 1.11 KB

statistic_image.table — atlas-labeled results table from a thresholded map

← back to statistic_image methods · Object methods index

Print and return a results table for a thresholded statistic_image: one row per contiguous positive- or negative-effect cluster, labelled with the most-overlapping atlas region. Returns the labelled region object and a MATLAB table for downstream use (e.g. publication tables or filtering to specific regions).

Quick example

imgs = load_image_set('emotionreg');
t = ttest(imgs);
t = threshold(t, .005, 'unc', 'k', 10);
[r, results_table] = table(t);

statistic_image.table sample

See also