> <i>I’ve commited a grave statistical faux-pas in this article. Did you spot it? I showed that the number of votes a Hacker News story gets is correlated with the time it is submitted. Then, I told you that submitting your story at a particular time will cause it to have a higher chance of success. Correlation does not imply causation, however, so this is unproven. It is entirely possible that stories submitted on the weekend have simply been better than those submitted on weekdays, or that weekend readers are “vote-happy”. However, my intuition suggests to me that it is most likely that there is true causation here.</i><p>You probably should have <i>led</i> with that caveat. Ignoring it completely for the sake of an argument is misleading.<p>Relatedly, "what if I told you I found an easy way to increase your story’s votes by 172%?" is <i>flat-out wrong</i>. That metric implies an <i>average</i> behavior, which is not the case here.
Same story from 6 hours ago, this time with '#hn' added to the URL <a href="https://news.ycombinator.com/item?id=10068983" rel="nofollow">https://news.ycombinator.com/item?id=10068983</a><p>If you found the solution when/if a story gets picked up by time-of-day then why submit it again? (I'm making an ironic joke)
I looked at the data from 1.3 million Hacker News stories and found that <i>when</i> a story gets submitted makes a big difference (up to 172% better chance of getting on the front page). This article shows the analysis and results.<p>I used the official Hacker News API to get the stories using Python, and used R and ggplot2 to do the exploratory data analysis and plots.