2025-02-12
Combinato con (da Wikipedia):
“Top journals in psychology routinely publish ridiculous, scientifically implausible claims, justified based on ‘p < 0.05’. Recent examples of such silliness include claimed evidence of extra-sensory perception (published in the Journal of Personality and Social Psychology), claims that women at certain stages of their menstrual cycle were three times more likely to wear red or pink clothing and 20 percentage points more likely to vote for the Democratic or Republican candidate for president (published in Psychological Science), and a claim that people react differently to hurricanes with male and female names (published in the Proceedings of the National Academy of Sciences).”
Gelman, A. (2015). Working through some issues. Royal Statistical Society, 12(3), 33-35. https://doi.org/10.1111/j.1740-9713.2015.00828.x
Button, K. S., Ioannidis, J. P. A., Mokrysz, C., Nosek, B., Flint, J., Robinson, E. S. J. and Munafo, M. R. (2013). Power failure: Why small sample size undermines the reliability of neuroscience. Nature Reviews Neuroscience, 14(5), 365-376. https://doi.org/10.1038/nrn3475
Simmons, J., Nelson, L. and Simonsohn, U. (2011) False-positive psychology: Undisclosed flexibility in data collection and analysis allows presenting anything as significant. Psychological Science, 22(11), 1359–1366. https://doi.org/10.1177/0956797611417632
“Data will be available from the corresponding author upon reasonable request”
😂
• Preregistrazione (e registered reports)
• Open data
• Open code
Pro e contro (veri e soprattutto presunti) possono essere sia sul piano scientifico che su quello personale (e spesso sono in contrasto tra i due piani) → Abbiamo provato a elencarli a questo link
Usare repository adeguata allo scopo (es. PsyArXiv per preprint, OSF registries per preregistrazioni, GitHub se prevale scrittura codice; nota che GitHub può essere connesso e sincronizzato con progetto OSF)
In OSF, creare da subito un link anonimizzato per la condivisione e usarlo! Appena diventa possibile, rendere pubblico il progetto!
Preparare un ✅ README comprensibile che illustri l’intero contenuto
Condividere file in formato accessibile, non proprietario, anche se a volte non “bellissimi” (es. ✅ .txt, ❌ .docx, ✅ .csv, ❌ .xlsx)
Favorire software free e open source per consentire riproducibilità (es. ✅ R, ✅ Python)
In README e paper specificare versioni software e pacchetti (es. “R 4.3.3”, “lme4 1.1.35.1” > packageVersion("lme4")
)
Nel codice usare path relativi (es. “Data/pisa.csv”) NO assoluti (es. “C:/Users/enrico/documents/…/pisa.csv”)
Commentare e indentare tutto il codice (nel dubbio, chiedere a GPT)
Best practice ideale: creare e condividere virtual environment (es. R, Python)