- My first question is whether GLMdenoise is a standalone package for the 1st level analysis or is it only for creating nuisance regressors to use with other software packages such as SPM?
- If it is a standalone package for the 1st level analysis, would you please give me a hint on how to get t-maps (beta estimate for each voxel divided by its standard error estimate) of a contrast weights vector?
- Is it possible to define different stimulus duration (stimdur) for different stimuli?
- I downloaded the sample dataset from here. Would you please briefly describe how the design matrix should be defined?
- I found out that there is another package GLMsignle, for a single-trial experiment. My experiment has 32 trials that have presented twice in a run and twelve times in total (the experiment has six runs). Do you recommend using GLMsingle instead of GLMdenoise?
Thank you so much for your answers.I understood how to specify the design matrix. I used the following format, as described on your page, to specify it:{{C1_1 C2_1 C3_1 ...} {C1_2 C2_2 C3_2 ...} ...}Regarding variable stimulus duration, I used a fixed stimulus duration (0.5 ms) for all stimulus and button-pressed events. I used to set 0.1 ms for button-pressed. But as you said, for relatively small discrepancies in stimulus durations (e.g., 2 s vs. 3 s), the resulting timecourses predicted by a simple convolution with an impulse response are very similar in terms of their shape; I changed it to 0.5 ms to have a fixed duration for all events.