Author Archives: Martin Héroux

Causes of poor reproducibility in biomedical research

In a previous post, I highlighted a symposium that was held to improve the reproducibility of biomedical research. The published report includes a description of the causes and factors associated with poor reproducibility; these are summarized below. Key causes and factors linked to poor reproducibility False discovery rate and small sample sizes. The false discovery rate is the expected proportion

Read more

Poor statistical practices in a leading neuroscience journal

Earlier this year, I was asked to review a manuscript for the Journal of Neurophysiology. I was struck by the use of the standard error of the mean (SEM) to summarize data variability, the selective reporting of exact (e.g., p=0.067) and non-exact (p<0.05) p-values and the interpretation of non-significant results (e.g., p=0.067) as statistically significant. Because the Journal of Neurophysiology

Read more

Take control of your Python print() statements: part 2

In the last post, we learned how to use .format() to improve the quality of our print() statements. You may have noticed that we were still printing lots of values after the decimal point, more than are necessary. In this post we will learn to control the presentation of numerical values. Representing and adjusting numbers using .format() With the .format()

Read more
« Older Entries Recent Entries »