GLM for HP (fear conditioning) #851
|
Hello, |
Replies: 3 comments 3 replies
|
The "duration" in the multiple condition file has a specific meaning, and non-zero durations will essentially "smooth" the canonical response. In fear-conditioned bradycardia, however, the response is simply shifted according to the CS-US interval. As such, you should set the duration to 0 in the multiple condition file, and instead encode the CS-US interval in the field "SOA" under "Basis functions". |
|
This is a good point. So, the important thing in all these models is is to model all trials (all CS+ and also all CS- and all extinction trials) in the same way (a) to avoid bias, (b) because the agent does not know for sure if a US will follow or not, and so if a CR is elicited on these trials, it will have the same shape as in reinforced trials (assuming that SOA is constant in reinforced trials). So, SOA refers to the interval between CS onset, and the US on those trials where a US occurs. PsPM takes care of this, you just need to specify CS onset, and the SOA. |
|
Apologies for the late reply. Your work flow makes sense. To answer your questions:
Hope this helps! |


Apologies for the late reply. Your work flow makes sense. To answer your questions:
The x-limits for the two visualisations are defaults used across different data modalities - they are not necessarily optimal for the HPR model. Unfortunately, PsPM does not offer better plots, but you could easily create nicer data plots by using the "extract segments" functionality.
In our studies, we have typically used many more trials, and the HPR is also somewhat persistent during extinction. As a rule-of-thumb I'd say more data does not harm, but I cannot give you a lower boundary. (All our data is publicly available in PsPM format though, so you could potentially find out).
Perhaps my previou…