find_best_hrf.fmri_mem_dataset | R Documentation |
A simple pass-through that calls find_best_hrf.matrix_dataset
.
## S3 method for class 'fmri_mem_dataset'
find_best_hrf(
dataset,
onset_var,
hrflib = NULL,
rsam = seq(0, 24, by = 1),
ncomp = 5,
nsplits = 3,
block = NULL,
basemod = NULL,
cluster_series = TRUE,
cluster_quantile = 0.5,
dist_method = "euclidean",
spatial_smoothing = FALSE,
lambda = 0.1,
n_iterations = 5,
k_neighbors = 6,
nboot = 1,
...
)
dataset |
The dataset |
onset_var |
The name of the onset variable |
hrflib |
Possibly a function returning a matrix of candidate HRFs |
rsam |
Time points at which HRFs are sampled |
ncomp |
Number of basis components |
nsplits |
Number of splits |
block |
Possibly a formula specifying block structure |
basemod |
Possibly a baseline model |
cluster_series |
If TRUE, cluster the assigned HRFs |
cluster_quantile |
The quantile used in the clustering |
dist_method |
The distance measure |
spatial_smoothing |
If TRUE, smooth HRF assignments in space |
lambda |
Smoothing param |
n_iterations |
Number of smoothing iterations |
k_neighbors |
How many neighbors to consider |
nboot |
Number of bootstrap iterations |
... |
Other args |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.