So you're making replication files for a simulation paper. You're posting the calibration/rstimation data and the code. Do you post sim output (e.g. CSV with model solutions)?
Would appreciate boosts/replies, I'd like to know what people are doing 🙏
So you're making replication files for a simulation paper. You're posting the calibration/rstimation data and the code. Do you post sim output (e.g. CSV with model solutions)?
Would appreciate boosts/replies, I'd like to know what people are doing 🙏
@akhilrao I say depends because sim data is data, which means it should not be in a code repository. It should be something they can regenerate.
However, if that is time consuming, or if you expect people to just use your sim data as input for additional analysis then the data should be published too. Also if the data is plotted or tabulated in the paper then it should be available as a machine readable format, to help people plot your data in their future work (and cite you!)
@akhilrao usually the code is on GitHub and the data is elsewhere. If small enough, it could just be in the data supplement files of the paper. Some fields have their own data hosting for this.
Oh also another reason to publish the sim data is if you think the reader might want to validate their reproduction of your code.