{"id":124,"date":"2008-09-22T11:15:16","date_gmt":"2008-09-22T09:15:16","guid":{"rendered":"http:\/\/occamstypewriter.org\/boboh\/2008\/09\/22\/how_do_citations_vary\/"},"modified":"2008-09-22T11:15:16","modified_gmt":"2008-09-22T09:15:16","slug":"how_do_citations_vary","status":"publish","type":"post","link":"https:\/\/occamstypewriter.org\/boboh\/2008\/09\/22\/how_do_citations_vary\/","title":{"rendered":"How Do Citations Vary?"},"content":{"rendered":"<p>Over at FriendFeed, Cameron Naylor asked the following on Friday:<\/p>\n<blockquote><p>\nDoes anyone know whether the impact of papers in PLoS Biol is more or less evenly spread than those in e.g. Cell\/Nature\/Science &#8211; vague recollection that 20% of the papers in CNS make up 80% of the impact factor\n<\/p><\/blockquote>\n<p>The discussion walked around a bit, but nobody presented any actual data.  So, yesterday when I was stuck cat-sitting by the computer (or, to be precise, The Beast was engaged in human-sitting), I thought I would chase the data up and see what it said.<\/p>\n<p><!--more--><br \/>\nMy plan was to compare the distribution of the number of citations per paper for <a href=\"http:\/\/biology.plosjournals.org\/\"><em>PLoS Biology<\/em><\/a>, <a href=\"http:\/\/www.cell.com\/\"><em>Cell<\/em><\/a>, <a href=\"http:\/\/www.sciencemag.org\/\"><em>Science<\/em><\/a>, <a href=\"http:\/\/www.nature.com\/nature\/\"><em>Nature<\/em><\/a>, <a href=\"http:\/\/www.pnas.org\/\"><em>PNAS<\/em><\/a> and <a href=\"http:\/\/publishing.royalsociety.org\/index.cfm?page=1569\"><em>Proc. R. Soc. B.<\/em><\/a>  Cameron had mentioned the first four, and the latter two are high-quality general journals that <em>PLoS Biology<\/em> seem to be aiming to compete with.<br \/>\nI extracted my data from <a href=\"http:\/\/scientific.thomsonreuters.com\/products\/wos\/\">Web of Science<\/a>.  <em>PLoS Biology<\/em> was first published in October 2003, so I restricted my searches to 2004-2007 (2008 is going to be messy, because we haven&#8217;t left it yet).  I restricted my results to articles (WoS also includes letters, book reviews etc.), and for <em>PNAS<\/em>, <em>Nature<\/em> and <em>Science<\/em> I restricted the search to biological subjects.  It is well known that different subject areas have different citation rates, so I wanted to make the comparison as even as possible.  It was a bit tricky to decide which categories to keep, as there is some overlap with medicine, and I am not sure where the line should be drawn.  Hopefully it won&#8217;t affect the results too much.<br \/>\nI extracted the data.  WoS only allows you to download 500 articles at a time, so I ended up with (for example) 26 <em>PNAS<\/em> files.  And most of that information I don&#8217;t need: I only want to know the year and number of citations.<br \/>\nWith data in hand I can start to play with it.  Cameron&#8217;s question revolves around the spread of citations (I am assuming &#8216;number of citations&#8217; is synonymous with &#8216;impact&#8217;).  It should be obvious that the number of citations change over time, so it is worth splitting the data into years.<br \/>\nWe have a decent number of papers per journal:<br \/>\n<em>Table: Number of papers in each journal in each year (only biological paper included for Nature, Science and PNAS)<\/em><\/p>\n<table>\n<tr>\n<th>Journal <\/th>\n<th>2004 <\/th>\n<th>2005 <\/th>\n<th>2006 <\/th>\n<th>2007 <\/th>\n<\/tr>\n<tr>\n<td> PLoS Biology <\/td>\n<td>  47 <\/td>\n<td> 126 <\/td>\n<td> 102 <\/td>\n<td> 109 <\/td>\n<\/tr>\n<tr>\n<td> Cell <\/td>\n<td>  239 <\/td>\n<td> 284 <\/td>\n<td> 294 <\/td>\n<td> 297 <\/td>\n<\/tr>\n<tr>\n<td> Science <\/td>\n<td> 629 <\/td>\n<td> 658 <\/td>\n<td> 574 <\/td>\n<td> 563 <\/td>\n<\/tr>\n<tr>\n<td> Nature <\/td>\n<td> 665 <\/td>\n<td> 712 <\/td>\n<td> 645 <\/td>\n<td> 593 <\/td>\n<\/tr>\n<tr>\n<td> PNAS <\/td>\n<td> 2915 <\/td>\n<td> 2910 <\/td>\n<td> 3055 <\/td>\n<td> 3194 <\/td>\n<\/tr>\n<tr>\n<td> Proc. R. Soc. B <\/td>\n<td> 499 <\/td>\n<td> 331 <\/td>\n<td> 399 <\/td>\n<td> 393 <\/td>\n<\/tr>\n<\/table>\n<p><em>If this table looks awful it&#8217;s because one of Matt&#8217;s mates broke it.  He&#8217;s promised to call in a virtual carpenter<\/em><br \/>\n<em>PLoS Biology<\/em> has the fewest, <em>PNAS<\/em> the most.  2004 was a light year for <em>PLoS Biology<\/em>, presumably partly because they were still starting up.<br \/>\nOK, let&#8217;s look at the data, starting by simply plotting histograms, to see the distributions:<br \/>\n<a href=\"http:\/\/www.flickr.com\/photos\/12499225@N02\/2878666036\/sizes\/o\/\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/farm4.static.flickr.com\/3115\/2878666036_f119903af7.jpg\" alt=\"\" width=\"500\" height=\"334\" \/><\/a><br \/>\n<em>(click through for larger version)<\/em><br \/>\nNote that I have log-transformed the x-axis (actually log(0.5+ <em>x<\/em> )).  The distributions look fairly similar, and the means decrease as we get more recent.  There is perhaps some left skewness, particularly in <em>PLoS Biology<\/em> and <em>Proc. R. Soc. B<\/em>, and this seems to be related to the number of zero citations (that&#8217;s the left-most bar, at a value below 0).  One might interpret this as being a class of papers that are only cited slowly, e.g. I suspect palaeontology is like that.<br \/>\nBut the large number of zeroes for <em>PLoS Biology<\/em> in 2006 looks odd.  It turns out that this is because of an error in the WoS database.  Several papers that year are listed twice, and only one got the citations.  So, I have to write a bit of code to remove the duplicates.  Moral: always check your data quality<sup><a href=\"#fn422331272502413012d8a1\">1<\/a><\/sup>.<br \/>\nAfter cleaning up the data, we get this:<br \/>\n<a href=\"http:\/\/www.flickr.com\/photos\/12499225@N02\/2878862198\/sizes\/o\/\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/farm4.static.flickr.com\/3045\/2878862198_84697bf651.jpg\" alt=\"\" width=\"500\" height=\"295\" \/><\/a><br \/>\nIt is difficult to see any huge changes in the variance when the mean changes (all the plots are on the same scale).  If anything, the variance is slightly larger when the mean is smaller, again it looks like this is because of the class of lowly-cited papers.  But this is what we are primarily interested in, so we should explore it further.<br \/>\nThere is some evidence that the variance changes with the mean, and there is plentiful evidence that the mean changes over time.  One way to look at the relationship between variance and mean is to calculate the coefficient of variation: the standard deviation divided by the mean.  Let us plot it:<br \/>\n<a href=\"http:\/\/www.flickr.com\/photos\/12499225@N02\/2878063627\/sizes\/o\/\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/farm4.static.flickr.com\/3122\/2878063627_cdefe45db4.jpg\" alt=\"\" width=\"500\" height=\"437\" \/><\/a><br \/>\nVisually, there seems to be a trend, with higher CVs later on (when the mean is smaller).  <em>PLoS Biology<\/em> is not too dis-similar: it is increasing more rapidly until 2006 (i.e. the variation increases relatively quickly), but the CV is smaller in 2007 than we might expect.<br \/>\nOverall, that was not too clear.  But, after a bit of thought I decided to simply plot the standard deviation against the mean:<br \/>\n<a href=\"http:\/\/www.flickr.com\/photos\/12499225@N02\/2878897110\/sizes\/o\/\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/farm4.static.flickr.com\/3213\/2878897110_00e67eaa94.jpg\" alt=\"\" width=\"500\" height=\"437\" \/><\/a><br \/>\nThis looks nicer.  The points all lay along roughly the same line.  <em>Cell<\/em> is lower, i.e. there is less variation than we would expect from the other journals: no doubt this is because it covers a smaller area of biology, so the slower-moving areas are excluded, and hence the mean is higher and the variance is lower.  <em>PLoS Biology<\/em> is in the same area as <em>PNAS<\/em> (not a bad journal to be compared to).  <em>Proc. R. Soc. B<\/em> is at the bottom: no doubt because it tends to publish more in the slower moving areas of biology.<br \/>\nBut what of the variation in <em>PLoS Biology<\/em>?  To me it looks similar to the other journals (with the exception of <em>Cell<\/em> ).  It is lower in 2004, but I guess that may be related to the strategy for getting it started; I&#8217;m sure someone will be able to explain what was happening then.  Aside from that, it looks like it&#8217;s just drifting along in the same noise as the others.<br \/>\nFinally, I can&#8217;t help but draw out some statistical lessons:<\/p>\n<ol>\n<li>Simply getting hold of the data is the best way to answer a question like this.  <\/li>\n<li>Make sure the data is tidied up.<\/li>\n<li>Graphs are good: sometimes you don&#8217;t need anything else.<\/li>\n<li>This analysis is nothing more than data exploration.  I looked at the data in several ways (including a couple I haven&#8217;t shown).  By doing this, and keeping the question in mind, I could find out quite a bit about the data, and also an answer that (I hope) is fairly compelling.<\/li>\n<\/ol>\n<ol>\n<li>We could go on and do more modelling, i.e. get into what could be considered &#8220;proper&#8221; statistics.  In this case, I suspect we don&#8217;t need to.  Why spend time doing something when you already have the answer?<\/li>\n<\/ol>\n<p>I did all my analyses in R, so if anyone wants the <del>data and<\/del> code, just ask and I can email it to you.<\/p>\n<p class=\"footnote\"><sup>1<\/sup> Moral No. 2: it&#8217;s better to do it before you think you&#8217;ve completed the analysis.  <strong>sigh<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Over at FriendFeed, Cameron Naylor asked the following on Friday: Does anyone know whether the impact of papers in PLoS Biol is more or less evenly spread than those in e.g. Cell\/Nature\/Science &#8211; vague recollection that 20% of the papers &hellip; <a href=\"https:\/\/occamstypewriter.org\/boboh\/2008\/09\/22\/how_do_citations_vary\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-124","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/posts\/124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/comments?post=124"}],"version-history":[{"count":0,"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/posts\/124\/revisions"}],"wp:attachment":[{"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/media?parent=124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/categories?post=124"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/occamstypewriter.org\/boboh\/wp-json\/wp\/v2\/tags?post=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}