Manually adding a trial to a PAL_AMPM object?
Posted: Wed Nov 09, 2022 3:55 am
The Psi method (via PAL_AMPM<...> functions) provide an intensity value (.xCurrent) at which the current trial must be presented. As far as I can tell, this isn't a suggestion but a requirement (i.e. you can't then present at a different intensity, since the function PAL_AMPM_updatePM() doesn't allow you to input an alternative intensity.
Is there no way to manually add the results of trials presented at other intensities to the PAL_AMPM object? For example, I could manually add an entry to the .x and .response fields of the MATLAB object (known as PM in the demos), but I wonder if this workaround could upset the Psi procedure in other ways.
The reason I ask is that in some patient populations it helps to be able to include occasional trials at high intensity, for encouragement. And since I am presenting at these intensities, it makes sense to incorporate the response data into the Psi object, rather than simply throw it away. After all, more data can surely only help to improve the model fit?
Is there no way to manually add the results of trials presented at other intensities to the PAL_AMPM object? For example, I could manually add an entry to the .x and .response fields of the MATLAB object (known as PM in the demos), but I wonder if this workaround could upset the Psi procedure in other ways.
The reason I ask is that in some patient populations it helps to be able to include occasional trials at high intensity, for encouragement. And since I am presenting at these intensities, it makes sense to incorporate the response data into the Psi object, rather than simply throw it away. After all, more data can surely only help to improve the model fit?