merge_results.rsa_model | R Documentation |
This function takes the computed coefficients/correlations/t-values
from train_model.rsa_model
for a single ROI/searchlight and formats
it into the standard output tibble.
## S3 method for class 'rsa_model'
merge_results(obj, result_set, indices, id, ...)
obj |
The RSA model specification. |
result_set |
A tibble containing the results from the processor function for the current ROI/sphere.
Expected to have a |
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 (coefficients/t-values/correlations) for the ROI/sphere.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.