* For further details see http://www.jutze.com/research/2013-schult-et-al-differential-prediction/ * Project: Genderfairness * Purpose of this syntax: master syntax for the "Reanalysen" publication * * written by Johannes Schult / johannes.schult@uni-konstanz.de * last updated: 2012-02-24 FILE HANDLE myhome NAME="D:\reanalysen\dataanalysis". * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Run data management jobs for each of the three samples. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * INCLUDE 'myhome\crset1V1ask.sps'. INCLUDE 'myhome\crset2V1trapmann.sps'. INCLUDE 'myhome\crset3V1ot.sps'. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Run data analysis jobs for each of the three samples. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Obtain descriptive statistics for each sample. INCLUDE 'myhome\andescriptivesV1.sps'. INCLUDE 'myhome\crdescriptivettestsV1.sps'. * Run differential prediction analysis. INCLUDE 'myhome\andiffpredmasterV1.sps'. * Create data file containing the validities for (what is likely to become) Table 1. INCLUDE 'myhome\crvaliditiesV1.sps'. * Calculate effect sizes d (for over-/underprediction, i.e., residuals). Save in new file (effectsizedV1.sav). *INCLUDE 'myhome\creffectsizedV1.sps'. *INCLUDE 'myhome\.sps'. *INCLUDE 'myhome\.sps'. *INCLUDE 'myhome\.sps'. *INCLUDE 'myhome\.sps'.