* All computations were executed on a machine equipped with windows XP, Home Edition, Version 2002, Version 5.1.2600 Service Pack 3 Build 2600 * Statistical Software used: SPSS for Windows, Version 10.1.0.0 * Filter: Choosing Journals with a focus on empirical economics only - 141 out of 154 journals remain * * USE ALL. COMPUTE filter_$=(empirisc =1). VARIABLE LABEL filter_$ 'empirisc =1 (FILTER)'. VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'. FORMAT filter_$ (f1.0). FILTER BY filter_$. EXECUTE . fre empirisc. fre data_pol. * JOURNALS WITH A DATA AVAILABILITY POLICY* * Means of Journals with DAP for JSR-IF and Handelsblatt-IF - Generating the basic values for Fig.2 * USE ALL. COMPUTE filter_$=(data_pol = 1). VARIABLE LABEL filter_$ 'data_pol = 1 (FILTER)'. VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'. FORMAT filter_$ (f1.0). FILTER BY filter_$. EXECUTE . mean SSCI_imp. mean hb_rank. * Means of Journals with DAP for the rankings in JSR, BHM Relevance and Reputation - this generates the basic values for Fig.3 * mean SSCI_ran. mean hau_rele. mean hau_repu. * JOURNALS WITH REPLICATION POLICIES * * Means of Journals with RPs for JSR-IF and Handelsblatt-IF - Generating the basic values for Fig.2 * USE ALL. COMPUTE filter_$=(data_pol = 3). VARIABLE LABEL filter_$ 'data_pol = 3 (FILTER)'. VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'. FORMAT filter_$ (f1.0). FILTER BY filter_$. EXECUTE . mean SSCI_imp. mean hb_rank. * Means of Journals with RPs for the rankings in JSR, BHM (relevance AND reputation) * mean SSCI_ran. mean hau_rele. mean hau_repu. * JOURNALS WITHOUT DATA POLICIES * * Means of Journals without any data policy for JSR-IF and Handelsblatt-IF * USE ALL. COMPUTE filter_$=(data_pol = 2). VARIABLE LABEL filter_$ 'data_pol = 2 (FILTER)'. VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'. FORMAT filter_$ (f1.0). FILTER BY filter_$. EXECUTE . mean SSCI_imp. mean hb_rank. * Means of all Journals without a data policy for the rankings in JSR, BHM (relevance AND reputation) * mean SSCI_ran. mean hau_rele. mean hau_repu. * FULL SAMPLE - but only journals that publish empirical work* USE ALL. COMPUTE filter_$=(empirisc =1). VARIABLE LABEL filter_$ 'empirisc =1 (FILTER)'. VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'. FORMAT filter_$ (f1.0). FILTER BY filter_$. EXECUTE . fre empirisc. mean SSCI_imp. mean hb_rank. * Means of all Journals in sampel for the rankings in JCR, BHM (relevance and reputation) * mean SSCI_ran. mean hau_rele. mean hau_repu.