run_searchlight.vector_rsa | R Documentation |
This sets a custom mvpa_fun
(e.g., vector_rsa_iterate
) or
different combiners for standard vs. randomized, etc.
## S3 method for class 'vector_rsa'
run_searchlight(
model_spec,
radius = 8,
method = c("randomized", "standard"),
niter = 4,
...
)
model_spec |
A |
radius |
Numeric searchlight radius (1 to 100). |
method |
Character: "standard" or "randomized". |
niter |
Number of iterations if |
... |
Additional arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.