merge_results.manova_model | R Documentation |
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.
## S3 method for class 'manova_model'
merge_results(obj, result_set, indices, id, ...)
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). |
A tibble row with the formatted performance metrics for the ROI/sphere.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.