Compute test-retest reliability for IAT with 2 observations for each subject
Usage
TestRetest(IATdata, ...)
Arguments
IATdata
same as RobustScores, but with the additional column
"session". session distinguishes the trials of the first session
and those of the second session. It is tipically numerical, having value 1
for the first session and 2 for the second.
...
other parameters to be passed to RobustScores
Value
algorithm
The name of the algorithm, see RobustScores for
the convention adopted for naming the algorithms
testretest
The test-retest reliability for each algorithm
Details
It computes the scores for the test and for the retest using RobustScores,
the output is just the correlaiton among the scores in the two sessions.