Millisecond Online Community

Inquisit IAT data file

rated by 0 users
This post has 19 Replies | 3 Followers

Not Ranked
Posts 1
Cli Posted: 03-17-2008 6:39 PM

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 :-)

Top 10 Contributor
Posts 1,054

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

 

Top 150 Contributor
Posts 9

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

Top 10 Contributor
Posts 1,054

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

Top 150 Contributor
Posts 9
Fantastic, works a treat. 

Is there a way to get Inquisit to write two data files for each experiment, one with ALL the data and one with just the participant's assigned number and their final D Score?  Since I am running a batch file with three different experiments and n=500, combining all the data is likely to become difficult, to say the least.

Thanks,

Ben
Top 10 Contributor
Posts 2,340
After toying around with some ideas, I've come to the conclusion that currently this is not possible with Inquisit. Which leads me to another feature request:

The ability to define several <data> elements / output files with different specs in a single script. In addition, it would be nice to at least be able to seperately configure data output for <survey> and <expt> elements contained in a single script. I.e.: <data> lets you set the output format for the <expt> part, <surveydata> lets you do the same for the survey part. Currently this doesn't seem to be possible. Any thoughts, Sean? And as we're at it: Any thoughts on this, too?

All the best,
~Dave

"To understand recursion, you must first understand recursion."  - Unknown Zen Master

Top 10 Contributor
Posts 1,054

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.

-Sean

 

 

Top 10 Contributor
Posts 2,340
Great ideas, Sean! Especially the <summarydata> thing. Looking forward to whatever you come up with in the future!

~Dave

"To understand recursion, you must first understand recursion."  - Unknown Zen Master

Top 75 Contributor
Posts 12

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?

Top 10 Contributor
Posts 2,340

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.

 

"To understand recursion, you must first understand recursion."  - Unknown Zen Master

Top 10 Contributor
Posts 1,054

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.

-Sean

Top 50 Contributor
Posts 15

Hi,

 

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

Top 10 Contributor
Posts 1,054

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

Top 50 Contributor
Posts 15

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...

Top 25 Contributor
Posts 36

If all you want is D, then you don't need the SPSS syntax.

-Sean

Page 1 of 2 (20 items) 1 2 Next > | RSS
Powered by Community Server (Non-Commercial Edition), by Telligent Systems