Hi everyone,
I'm an undergradute student and am using the self esteem IAT in my study. I have completed testing and am currently having trouble analysing the data script. I have copied and pasted the results of trials 3,4,6&7 into an Excel file for all my participants as I found it difficult to read the columns in the inquisit file and there were a few pilot tests in amongst the data I wish to use and I don't want that data analysed-however is it possible to use the 'mail merge' procedure with SPSS suggested my on the IAT materials webpage using the excel file as it contains all of the same data minus the practice trials?
Thanks a million&sorry for the long windedness of my comment,
Cli :-)
Hello,
Which IAT script did you base your own from? If it was based on one of these samples, you can download the spss command file to analyze your IAT data. If all you need is the final D score, Inquisit 3 records the running D score for each trial. You can thus get each participant's final D score from the last row of their data in the column labeled values.d.
Hope this helps,
Sean
Hi,
I'm sorry but for the life of me I cannot find the column labeled values.d on the attached .dat file. The script is based on the pictureiat one and I did not muck about with the captured values in any way. The running D score would certainly be of help!
Much appreciated,
Ben
Looks like this was generated using an older sample. Try downloading the sample called "IAT template for picture stimuli" from our IAT resources page:
http://www.millisecond.com/download/samples/v3/IAT/default.aspx
You'll have to unzip the files to a folder on your computer, then copy your own picture files to that folder, and change the file names in the script to match the file names of your pictures. This script will record a running D score.
-Sean
"To understand recursion, you must first understand recursion." - Unknown Zen Master
This is definitely on my radar.
Providing a means of customizing the data columns and format for survey data is an obvious one, and I've gotten other requests for this. This isn't trivial to add, but not a huge deal either. I had originally envisioned this as a command on the <survey> element, but putting it on the <surveypage> would allow you the flexibilty to specify the data for each page, which is nice. Likely, I'd put it on both. You would use the <survey> setting as a quick way to set the default for all pages, and if you wanted to override that default, you could do so on a given <surveypage>.
I've also been toying around with ways to easily record a single line of summary data (for example the D scores in the IAT) in addition to the raw reaction time data. My first thought is to create a new element called, for example, <summarydata> that looked similar to <data> but could appear multiple times in the script if multiple summaries were desired.
Regarding the other post - I'll post my reply there. My apologies for not responding sooner, I somehow missed your question on that one.
I'm looking to create a summary line at the end of my iat data that has the final D-score. Has this functionality been created? And if so, what do I need to do?
chmo: I'm looking to create a summary line at the end of my iat data that has the final D-score. Has this functionality been created? And if so, what do I need to do?
Afaik, this functionality has not been implemented.
The summary tag hasn't been created yet. However, there are a couple of options with the existing feature set.
1) If you don't want the raw data at all and just want a summary, you can add the /recorddata=false command to all of the blocks except the block named "summary". This block runs a single trial at the end of the IAT that reports the score to the participant. Remove the /recorddata=false and it will write a single line of data for each subject containing the D scores (and some other stuff).
2) If you want the raw data with a summary line at the end, you can simply remove the /recorddata=false from the summary block. This adds an extra line of data with the final D scores. Note that these scores are already available from the last row of data from the test trials, but using the summary block row might make it easier to extract that row at data analysis time.
I'm not sure if I should've opened a new topic to this one, but post it here for now :). Is the running D score calculated in the same way as in the SPSS script, that is, using the improved scoring algorithm? I'm going to run a ST-IAT, and it seems likely that for my purposes just obtaining the D score would be enough. The ST-IAT is based on the template on this website, unmodified (with the exception of categories and stimulus items, of course :)).
Thanks,
Kaarinen
Kaarinen,
The ST-IAT sample script records a running, trial by trial calculation of the D score in the data file. To get the final score for a given participant, just check the value of the d score on the last row of data for that participant.
Regards,Sean
Ok, so I take it that there's no absolute need for making a SPSS syntax for the ST-IAT, at least for obtaining the D score...
If all you want is D, then you don't need the SPSS syntax.