Journal status and paper quality are poorly correlated1,2
Space is dominated by 5 big publication houses - they are evil3
Strong bias against negative results
Do they spend their staggering profits checking for obvious signs of fraud, encourage replication or even just make science more readable and accessible? Of course not.4
Nice documentary on the business of scholarship here5
GUIs suck
Graphical user interface (GUI) tools like Excel, SPSS & Graphpad are very opaque and error prone, as our government learnt during COVID6
The Excel mistake heard around the world and the lasting economic repercussions7
Propriety software - many people can’t access it and therefore can’t replicate analysis
No obvious history of changes made or operations performed
Stats suck
Frequentist statistics is used almost exclusively for all science
It is extremely unintuitive and prone to abuse and is rarely done correctly in practise (p-hacking)8
Bayesian statistics is a fundamentally different approach, no ground truth assumptions so no pvalues and no p-hacking
Experimental designs suck
Positive control? pretty pls?
Most published research is false
Whenever people look at this, things don’t look great…8,10–12
Citations aren’t a good metric of quality either13
Small sample sizes are a big issue, especially in neuroscience14
That time a major paper that supposedly discovered A\(\beta\)*56 a oligermer species, turned out to be full of image manipulations, whoops15
An investigator cannot guarantee that the claims made in a study are correct
Reproducibility is important not because it ensures that the results are correct, but rather because it ensures transparency and gives us confidence in understanding exactly what was done.
Solutions
Registered reports
Largely solves two of the biggest issues - post-hoc hypothesising/data massaging and inability to publish negative results
Make it diamond open access and you can stick it to the evil publishers too!
Version control: wouldn’t it be nice to have a detailed record of all the changes made to all the files in a project when and by whom? Use Git and the DRI GitHub!
Use whatever, as long as it’s open-source
Containerisation: encapsulate your computational environment17
Particualr tool suggestions/learning resources
R or Python for data analysis and use literate programming methods like Quarto and/or Jupyter notebooks
If you want to do Bayesian but still want a GUI: JASP