merge_results.manova_model: Merge Results for MANOVA Model

View source: R/manova_model.R

merge_results.manova_modelR Documentation

Merge Results for MANOVA Model

Description

This function takes the computed -log(p-values) from 'train_model.manova_model' for a single ROI/searchlight and formats it into the standard output tibble.

Usage

## S3 method for class 'manova_model'
merge_results(obj, result_set, indices, id, ...)

Arguments

obj

The MANOVA model specification.

result_set

A tibble containing the results from the processor function for the current ROI/sphere. Expected to have a '$result' column containing the named vector of -log(p-values).

indices

Voxel indices for the current ROI/searchlight sphere.

id

Identifier for the current ROI/searchlight center.

...

Additional arguments (ignored).

Value

A tibble row with the formatted performance metrics for the ROI/sphere.


bbuchsbaum/rMVPA documentation built on June 10, 2025, 8:23 p.m.