Learn R Programming

IATscores (version 0.1-2)

TestRetest: Test-retest reliability

Description

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.

See Also

RobustScores

Examples

Run this code
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

Run the code above in your browser using DataLab