← 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).
imgs = load_image_set('emotionreg');
t = ttest(imgs);
t = threshold(t, .005, 'unc', 'k', 10);
[r, results_table] = table(t);fmri_data.table— same logic onfmri_data/image_vectorregion.table— the underlying engine; useful when you already have a region objectfmri_data.table_of_atlas_regions_covered— complementary view that lists atlas parcels covered by the map
