View source: R/fmridsl_builder.R
build_event_model_from_spec | R Documentation |
This function builds an entire event model from the given specification, events data, and sampling frame.
build_event_model_from_spec(spec, events_data, sampling_frame)
spec |
A list containing 'hrfs' and 'regressors' definitions |
events_data |
A data frame with event info |
sampling_frame |
A data frame with 'time' col |
An event_model
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.