TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What's the conversion rate between likes vs. comments?

1 点作者 isergio超过 5 年前
I was wondering what is the relative value for a like vs. a comment on a social media post (say Twitter or LinkedIn).<p>Let&#x27;s say that value is measured in the number of views that an extra like generates vs. a comment generates.<p>Does anyone have a good calculation with logic to back up the result? (You can forget about causality and just make a case based on correlation)<p>As for my quick research: I ran a simple linear regression on an aggregate data set for about 800 random Instagram keywords where the variables were post views, likes, comments and found that the coefficient on a like is about 60 with P-value=0.012 but comments did not seem to be correlated with a P-value=0.47.<p>That would indicate that comments are basically worthless.<p>Of course, going back to causality: do likes increase views or do post with more views get more likes? More rigorous statistical analysis needed.

1 comment

rossdavidh超过 5 年前
Well, the causality from views -&gt; likes seems certain, whereas the causality from likes -&gt; views is uncertain. Also, comments require that you not only approve, but also have something to add, whereas views are perhaps driven more by how often they are forwarded. So, a controversial or offensive post could gets lots of comments, few likes, and not forwarded to very many people, whereas a large number of likes is probably more often indicative of something you might want to show others.<p>Just an hypothesis, no proof.