All style guides are fundamentally opinionated. Some decisions genuinely do make code easier to use (especially matching indenting to programming structure), but many decisions are arbitrary. The most important thing about a style guide is that it provides consistency, making code easier to write because you need to make fewer decisions."-Hadley Wickham, "The tidyverse style … Continue reading The tidyverse style guide
Tag: data analysis
Problems of Post Hoc Analysis
"Misuse of statistical testing often involves post hoc analyses of data already collected, making it seem as though statistically significant results provide evidence against the null hypothesis, when in fact they may have a high probability of being false positives…. A study from the late-1980s gives a striking example of how such post hoc analysis … Continue reading Problems of Post Hoc Analysis
