This project aims to reproduce key findings from a Nature paper Interdisciplinary research has consistently lower funding success on the relationship between interdisciplinarity and funding success. The analysis is based on the provided data and utilizes Python (instead of R) for data processing and visualization.
Below are comparisons between the original figures from the original paper and the reproduced plots generated by plot.ipynb
.
Here we compare the distribution of the Interdisciplinary Distance (IDD) for observed proposals.
Original Figure | Reproduced Figure
  Â
This figure shows the overall trend in funding success probability as interdisciplinarity (IDD) increases and its 95% CI.
Original Figure | Reproduced Figure
  Â
This comparison shows the relationship between a proposal's interdisciplinarity (IDD) and its funding success rate across different research divisions.
Original Figure | Reproduced Figure
  Â
Explanation of Potential Differences:
- The observed IDD values themselves might differ slightly from the paper's due to approximations in the PSE calculation based on the FOR hierarchy. This difference in the underlying IDD values can lead to variations in the fitted trend and confidence intervals.
- For Comparison 3, the estimated effects and error bars are derived from a GLM implemented for ease in Python. The paper used a GLMM, and importantly, included covariates like number of investigators that are missing from this reproduction's data. This lack of covariates and the difference in model type contribute to variations in the estimated effects.
- Due to limitations in the available data, other analyses and figures presented in the original paper cannot be fully reproduced in this project.
Simply run all cells in plot.ipynb
.