Slashdot Mirror


Study: More Than Half of Psychological Results Can't Be Reproduced

Bruce66423 writes: A new study trying to replicate results reported in allegedly high quality journals failed to do so in over 50% of cases. Those of us from a hard science background always had our doubts about this sort of stuff — it's interesting to see it demonstrated — or rather, as the man says: 'Psychology has nothing to be proud of when it comes to replication,' Charles Gallistel, president of the Association for Psychological Science. Back in June a crowd-sourced effort to replicate 100 psychology studies had a 39% success rate.

182 of 257 comments (clear)

  1. Comparison? by mwvdlee · · Score: 2

    Does anybody know how this compares to the hard sciences? How many published math papers turn out to be incorrect? How many physics experiments cannot be reproduced?

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    1. Re:Comparison? by Halo1 · · Score: 5, Informative

      In spite of the gut feeling of the submitter, it's not much better in at least computer science: http://reproducibility.cs.ariz...

      --
      Donate free food here
    2. Re:Comparison? by kevinking.psyd · · Score: 1

      Thank you.

    3. Re:Comparison? by Lunix+Nutcase · · Score: 2

      So is medical science not "real science" because we've had quite a few stories over the last few years that a ton of results from medical research and drug trials can't be reproduced.

    4. Re:Comparison? by RavenLrD20k · · Score: 4, Interesting

      Big Pharma, in its chase for the ever mighty dollar, has made medical science into a farce of what it should be by now. Don't get me wrong, there's been a lot of progress made...but a lot of the information coming out from the companies backing the publishing of irreproducible results is leaving a large shadow over that progress; it's beginning to give me the perception that we're coming upon a plateau in our rate of advancement. It's also not easing my cynicism any.

    5. Re:Comparison? by Oxygen99 · · Score: 2

      Or as low as 10% in published studies. The storied, btw, seem to have gotten significantly worse over the last few weeks. What's going on?

      --
      I had a dream, bright and carefree, but now there's doubt and gravity
    6. Re:Comparison? by kevinking.psyd · · Score: 1, Insightful

      You know nothing of Psychological research.

    7. Re:Comparison? by Halo1 · · Score: 3, Informative

      In spite of the gut feeling of the submitter, it's not much better in at least computer science: http://reproducibility.cs.ariz...

      And to clarify: they only checked for what they call "weak repeatability": was it possible to get the code from the original researchers and if yes, was it possible to build it (or did the author at least explain how he himself managed to build it). They did not even investigate whether they could replicate the reported results with the the code that built.

      --
      Donate free food here
    8. Re:Comparison? by jc42 · · Score: 4, Insightful

      So is medical science not "real science" because we've had quite a few stories over the last few years that a ton of results from medical research and drug trials can't be reproduced.

      A large percentage of medical studies are funded by manufacturers, and it's fairly well understood that most of those don't get published unless they produce the "right" results. And those that are published are often really "preliminary", based on too little data to be considered reliable. But if a test on 10 or 20 patients gives the "right" results, there is a lot of marketing pressure to get the paper published right away.

      This easily explains the growing problem of medical products that are found to be worthless (or even harmful) to the patients, after years of heavy marketing has produced large profits.

      There's also the age-old problem that studies with "negative" results usually don't get published at all. As usual, there's a good xkdc comic that explains the methodology in a way that even the minimally numerate reader can understand.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    9. Re:Comparison? by TheCarp · · Score: 4, Insightful

      That sounds like a pretty weak test, but not a bad one. To my mind, this crosses one of my areas of expertise since, I have had his job as a professional sysadmin. I worked in a shop where, for better or worst, we decided that all free software we used on Solaris would be compiled from source.

      This quickly became a huge mess as updates would sometimes bring changes and there was always the question "who built it last time and what options did they choose", so quickly we found a need to fix that, and I started scripting. (its where my competence with shell really began)

      Once you have even solved the easy part, then you have to think about versions and dependencies.

      In fact, later on we were getting involved in research computing, that wasn't my project but one of the topics that came up was... researchers will build this software, just like we are talking about, and use the data.,...now someone wants to audit it down the road....

      What happens if the libraries have changed and the old code doesn't compile? What if there is an error in a calculation that was introduced by a particular library version being used?

      The reality is, you write the code, but it gets run in an environment. That entire environment has the potential to have an effect, a full specification needs to capture at least some of that as well.

      --
      "I opened my eyes, and everything went dark again"
    10. Re:Comparison? by oh_my_080980980 · · Score: 4, Insightful

      Exactly. This applies to "hard" sciences too. The jackass submitter couldn't get his head out of his ass long enough to read the article and understand the implication. One of the problems the article mentioned was journals not willing to publish null results and research that just replicates other research. That's rather important because you need more than one researching publishing similar findings to feel confident about the results. The other point is that some the results, though valid, were valid for very narrowly defined scenarios and therefore not generalization.

      Yo Bruce66423, RTFA sometime.

    11. Re:Comparison? by oh_my_080980980 · · Score: 1

      Like computer science...

    12. Re:Comparison? by aaronb1138 · · Score: 1, Interesting

      Let's be mindful that academically, CS is not considered one of the hard sciences. It might look and smell like one, but nobody in physics, math, biology, engineering, or chemistry takes CS seriously. There is a pretty sharp intellectual and attitude divide at the engineering oriented schools between the EE majors and professors and the CS majors and professors. Much sharper divide than two fields with so much in common and a decent number of overlapping classes. There's a reason why IT/IS is taught at the business school rather than engineering or science, and it is because CS was so far into liberal arts-like territory that they weren't going to take a second chance when IT/IS emerged as a field needing their own degrees.

      A biology researcher I know was pretty disgusted by the science when she worked with some psychologists. The gist came down to that the field considers results only as results for the particular cohort used in the study, not as a repeatable experiment.

    13. Re:Comparison? by ComputerGeek01 · · Score: 1

      What happens if the libraries have changed and the old code doesn't compile?

      Then you read the f***ing error, and fix the f***ing code. This isn't like building IKEA furniture. A certain level of competency is required to compile software.

      What if there is an error in a calculation that was introduced by a particular library version being used?

      Let's ignore the fact that you're asking why changing the parameters of the experiment yields a different for a minute and address the obvious fact that an error is an error. If the results of an experiment are due to an error, then the conclusion of the experiment is invalid.

    14. Re:Comparison? by drinkypoo · · Score: 2

      Or as low as 10% in published studies. The storied, btw, seem to have gotten significantly worse over the last few weeks. What's going on?

      Probably a paid agenda by now. Dice has been trying to figure out how to monetize Slashdot... how else?

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    15. Re:Comparison? by Rei · · Score: 4, Interesting

      It's interesting nonetheless seeing what studies come up as bunk and which get confirmed. For example, I opened up their data file and started pulling up random entries about gender differences for fun:

      "Sex differences in mate preferences revisited: Do people know what they initially desire in a romantic partner?" - The original study claimed that while men often self-report having their selection criteria for a partner being a lot more hinged around appearance than women do, that in practice this isn't the case, and more to the point, people's self-reporting for what they want most in a partner has little bearing on what they actually find most important in partner selection in practice.

      The re-analysis confirmed this study.

      "Perceptual mechanisms that characterize gender differences in decoding women's sexual intent" - This was a followup study to an earlier study that claimed that women often perceive men's sexual interest as friendliness while men often perceive women's friendliness as sexual interest. This study found, by contrast, that while men often misperceive friendliness as sexual interest, they also often misperceive sexual interest as friendliness - that they're just worse in general than reading sexual interest than women.

      The re-analaysis was thus in a way responding to both the original and the followup. And found neither to be true. They found no difference between men and women in ability to read sexual interest vs. friendliness.

      "Loving those who justify inequality: the effects of system threat on attraction to women who embody benevolent sexist ideals." - this study was to test - and reported confirmation - of the hypothesis that men who don't trust the government will also tend to find attractive women who embody "benevolent sexist" stereotypes - that is, that women are vulnerable, need to be saved, belong in the house, are there to complete men, etc, vs. women who have interest in careers or activities outside of the family, expect to be seen as equals, etc.

      The reanalysis showed no correlation at all.

      "The Best Men Are (Not Always) Already Taken: Female Preference for Single Versus Attached Males Depends on Conception Risk" - this study claimed that women in relationships find single men more attractive when they're ovulating and partnered men when they're not, but that single women show no preference. They argued that this result is expected given selective factors.

      The reanalysis showed no correlation at all in any of the above cases.

      --
      Stale pastry is hollow succor to one who is bereft of ostrich.
    16. Re:Comparison? by drinkypoo · · Score: 1

      You also don't have to prove that a drug is safe or efficacious to sell a derivative of it. All you have to prove is that it doesn't kill many more people than the last version. You not only don't have to prove that it works better, you don't have to prove that it works at all.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    17. Re:Comparison? by thedonger · · Score: 1

      Like computer science...

      Consider that most people I know who have an undergraduate degree in "computer science" are as close to a scientist as a blog is to journalism. Computer Science degrees can mean as little as "more computer credits than liberal arts credits." But maybe that is endemic to popular degree programs.

      --
      Help fight poverty: Punch a poor person.
    18. Re:Comparison? by Ol+Olsoc · · Score: 1

      So is medical science not "real science" because we've had quite a few stories over the last few years that a ton of results from medical research and drug trials can't be reproduced.

      The anti-science crowd sees numbers like this, and thinks Fraud! Stupid Scientists! When in fact, this is science being science.

      There can be any number of reasons a result isn't repeatable and gets rejected, from bad data to bad conclusions to insufficient control to fraud of one sort or another. Sometimes it just needs tweaked and redone.

      Case in point, some Einstein posting above has used this article about psych as evidence/ proof refuting AGW.

      With logic and reasoning like that, I'm certain he'll find the statement:

      "Its warmer down south than it is in the winter." to be logically consistent.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    19. Re:Comparison? by Ol+Olsoc · · Score: 1

      You know nothing of Psychological research.

      It helps to be crazy - we do know that.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    20. Re:Comparison? by TheRaven64 · · Score: 1

      I was going to comment that I'd expect some variation depending on the quality of the venue, but then I looked at the list. Most of the places that they looked at are top-tier publications, so it's pretty depressing. That said, they are focussing on the wrong aspect of reproducibility. The real metric should be, given the paper, can someone else recreate your work. And I suspect that even more papers fail on that. At the ASPLOS panel discussion this year, there was a proposal that PhD students should spend their first year reproducing some published result. We often do something similar for undergraduate projects (take an idea from a paper, reimplement it, see if your results support their claim).

      --
      I am TheRaven on Soylent News
    21. Re:Comparison? by tomhath · · Score: 1

      Then you read the f***ing error, and fix the f***ing code.

      You completely missed his point.

      The question was, "What if the original code can no long be used?". You can modify the code and run a different experiment, but you are not reproducing the original.

    22. Re:Comparison? by jabuzz · · Score: 1

      I am not really sure that biology counts as a hard science either. I know of eminent biologists in the life science field that consider the idea that "if it ain't reproducible it ain't real" to be nonsense.

      In my view anyone who does not consider that to be the cornerstone of experimental study is *NOT* a scientist.

    23. Re:Comparison? by inasity_rules · · Score: 1

      "if it ain't reproducible it ain't real"

      Exactly. Every time my users meet a intermittent fault in my systems, I point out to them that this is not scientific, and they must be imagining it. Hold on, their appears to be be a crowd of angry users outside. Let me get the door, I am sure it is *&%^*@))*+CARRIER LOST

      --
      I have determined that my sig is indeterminate.
    24. Re:Comparison? by inasity_rules · · Score: 2

      Before I get dumped, on, yes -"there". I come back from the dead to correct my own typos...

      --
      I have determined that my sig is indeterminate.
    25. Re:Comparison? by TheCarp · · Score: 1

      Also there are two different questions:

      First: Did or could this code have produce this data?
      Second: Is it in error?

      You can't fully answer the first without fully specifying the environment. Not even you can't prove it wrong, you can't defend yourself. "Oh you used a buggy version if this library" is an entirely different accusation from "Oh you fabricated these results and didn't publish the real code".

      Both are potentially valid, but both are very very different in implication. Also, what if there is a bug identified in a library that may taint results? Without full specification how would you ever say what was effected by it? Shouldn't every published study that used it be flagged and the data rerun?

      Even if nobody is doing that today, you can't ever do it without a full specification of the environment.

      --
      "I opened my eyes, and everything went dark again"
    26. Re:Comparison? by kevinking.psyd · · Score: 1

      Your biologist friend is incorrect. The field, by itself, does not view the results only as a result for that particular cohort. That is a general truth that applies to all scientific data, and to data in general. It is only data about that from which you have collected it. That much cannot be avoided. That is an early question: "Does the data we glean from this stuff (people, stars, cells, etc.) tell us anything interesting and sytematic about this stuff? Then we address the question of generalization: Can we reasonably expect what we found to be true about this stuff to be true about all other stuff in the same category?

    27. Re:Comparison? by kevinking.psyd · · Score: 1

      Bamp. Good post.

    28. Re:Comparison? by kevinking.psyd · · Score: 1

      You know even less about psychological research, research in general, and science overall.

    29. Re:Comparison? by kevinking.psyd · · Score: 1

      Agreed.

    30. Re:Comparison? by Inzkeeper · · Score: 1

      Or as low as 10% in published studies. The storied, btw, seem to have gotten significantly worse over the last few weeks. What's going on?

      73% of all statistics are made up.

    31. Re:Comparison? by willworkforbeer · · Score: 2

      73% of all statistics are made up.

      And the other half are poorly understood.

      --
      Pretending this is my office full of bitter coworkers..
    32. Re:Comparison? by rockmuelle · · Score: 1

      Replication and reproducibility are not the same. Simply getting the source code and re-running the results is just replicating the study. It doesn't tell you anything about how reproducible the results are.

      To be reproducible, someone should be able to use similar methods and get the same results. If a result is completely dependent on a specific build of the software, it's not robust enough to be considered reproducible.

      Publications should require a concise written description of the method and solution that is complete enough that a competent practitioner could reproduce the results using whatever appropriate tools they want.

      I'm dismayed that in CS that the academic community is putting so much emphasis on replication and not enough on robust reproducibility.

      -Chris

    33. Re:Comparison? by bondsbw · · Score: 1

      I'm dismayed that in CS that the academic community is putting so much emphasis on replication and not enough on robust reproducibility.

      From my experience, the academic community puts no emphasis on either. I think it would be neat to study a paper and attempt to reproduce the results, but that doesn't get me a journal paper in today's academic landscape.

      --
      All my liberal friends think I'm a conservative, all my conservative friends think I'm a liberal.
    34. Re:Comparison? by kevinking.psyd · · Score: 1

      You "Know" that. I'm sorry for you.

    35. Re:Comparison? by ThatsDrDangerToYou · · Score: 1

      I have no idea what your problem is! None of our surviving customers has ever complained about our product!

    36. Re:Comparison? by TheCarp · · Score: 1

      Oh of course, I don't deny that at all but... realize these results will be used for years. Someone 10 years from now might dust off the study being written today and want to validate it. If discrepancies arise....then what?

      Its a serious issue a bit unlike you see elsewhere. There is seldom a case for installing decade since obsolete software, and its not always easily peroformed, and if you haven't even captured all the versions of everything.

      But more crucially to the point, this issue is something beyond the experience of researchers in most fields who use the tools and write papers. Its supposed to be beyond them, they have other things to focus on, but, its something we had to think about.

      The disconnect of course, is that since they don't understand it, even if their instutution is archiving this, its unlikely they understand that their published procedures are missing the part of the setup that they were unaware of.

      --
      "I opened my eyes, and everything went dark again"
    37. Re:Comparison? by CrimsonAvenger · · Score: 1

      If the results of an experiment are due to an error, then the conclusion of the experiment is invalid.

      So, how does one go about proving that the ORIGINAL results were the result of an error, as opposed to the later results meant to verify the original results?

      C'mon, it's just as likely that an error was introduced in newer code than that one was fixed....

      --

      "I do not agree with what you say, but I will defend to the death your right to say it"
    38. Re:Comparison? by boristdog · · Score: 1

      Hell, 14% of all people know that.

    39. Re:Comparison? by Bob+the+Super+Hamste · · Score: 1

      I prefer a real CS degree be viewed like an applied math degree and they should both be very similar in what was learned, with a few differences specific to their respective fields. While I spend a large portion of my day coding thing and fixing bugs I prefer the work I do where I am actually proving that things are correct for all inputs. Then again when I got my CS degree the only liberal arts courses I took were the ones required by all students and the way the major was structured was 2 senior level math courses short of a double major in CS and Math. I thought about going for those 2 classes, but just wanted to finish school and to get them I would of had to stay another semester. So as it stands I have a CS major and Math minor.

      --
      Time to offend someone
    40. Re:Comparison? by Anonymous Coward · · Score: 1

      They found no difference between men and women in ability to read sexual interest vs. friendliness.

      Interesting that it's pitched as "ability to read sexual interest vs friendliness". Could it not equally be described as "ability to clearly express sexual interest vs friendliness" on the part of the other person? You'd need to use homosexual couples to control for this if you wanted to establish a gender difference in one or the other.

      Of course, maybe the article addressed this issue in detail. In the finest Slashdot of traditions, I haven't read it.

    41. Re:Comparison? by Karmashock · · Score: 2

      Depends on how you define a hard science. The distinction is murky and ultimately set by the level or empericism in the field and how practical it is to test something.

      Take cosmology... hard science right? Its just physics and astronomy. But how do you run an experiment on a galaxy. Is that a harder science than neuroscience or various fields of bioscience where they can actually test it right now?

      In cosmology we have Dark Matter... matter we can't detect except by infrence with how far our gravitational calculations are off otherwise... we have dark energy which is accelerating entire galaxies away from each other at FASTER than the speed of light... suck it special relativity... and we just recently had scientists saying that we now need "Complex Dark Matter" because the motions of bodies in the hearts of galaxies which we've only had the instraments recently to see are moving in ways that don't make sense unless Dark Matter is even weirder than was previously thought.

      And that's just one field.

      Hard and soft? The issue is not whether any field is hard or soft but whether the support for a given SPECIFIC theory is hard or soft.

      There are some things in physics that are hard because they've been tested over and over and over again. They're fucking brawlers... they're blooded positions. They've been in the pits and they've always walked away covered in the gore of someone else's position with crowd cheering.

      Other positions are not tested. And you find this in all sciences. Typically newer theories are not tested immediately. And some will not be tested for decades.

      And this is true in ALL sciences.

      The rat running example is quite good. psychology used to be very interested in rat mazes for a long time. I don't know if they still do it. But the point was that they'd draw a lot of conclusions about how the rat responded to things without actually understanding how rats work. For example, it was quite common to put some treat in a maze that the rat would want without understanding that the rat could perceive where the treat was at any given time despite not being able to see it. The rats have excellent senses of smell and hearing... and they can use that to find out where they are in the maze because different parts of the maze are going to smell differently... and the rat can feel/hear variations in the maze just by listening to the noise his own feet make on the maze.

      This was known fairly early on in rat running but was not well published or read and so the vast majority of rat mazes ever done did not account for how rats sense their environment. As a result the majority of the rat maze tests are bullshit. Even if we're just talking about rats.

      They'd have figured it out if they had done a control group. But they normally don't.

      As to why this is becoming a bigger and bigger deal... there is a general issue with scientific rigor in the last 20 years or so. It has been noticed by the people that pay the bills. Many of the top scientists have noted the problem. And several of the most prestigious journals have said that there is a problem.

      So... A correction will happen as to what is and is not valid protocol. Good scientists won't care because they were probably already following valid protocol.

      Lazy, incompetent, or outright unethical scientists will not like this... and of course, about as much care will be given to that as we give for alcoholic surgeons think about intoxication policies.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    42. Re:Comparison? by iMadeGhostzilla · · Score: 1

      Medicine is more of a "fuzzy" science, where its findings, theories and models -- i.e. its "truth" -- have much lower confidence value assigned to them compared to physics, but higher than psychology/sociology. (Journalists and people who yell "the science is settled!" ignore this confidence value.)

      In my view that's a natural reflection of how patterns are fewer in physical world and thus easier to repeat, compared to living organisms, especially higher orders like mammals, and compared to mind/society stuff on the other end of the scale.

    43. Re:Comparison? by Anonymous Coward · · Score: 1

      Then you read the f***ing error, and fix the f***ing code. This isn't like building IKEA furniture. A certain level of competency is required to compile software.

      Indeed so, though to be fair a certain level of competency is required to tie your shoes in the morning.

      The question is, how much detail is too much detail? I'm in the minority on this, but I think that what scientific research really needs is a finer grain size.

      When I was young and inexperienced, and had never actually seen a science paper, I assumed that they must be these incredibly detailed and exhaustively thorough things that left nothing to the imagination and no room for uncertainty. But having actually perused a few papers, however, I find that in terms of rigor, the average cookbook recipe puts the typical article in a scholarly journal to shame. You could power a small wind turbine with the power of the hand-waving going on. And I'm not talking about squishy subjects like an English dissertation about how _Beowulf_ made the interviewer feel--I'm talking about hard science here. Chemistry, physics. Computer science.

      If compiling the code requires some setup, then you damn well ought to describe that setup. Give version numbers. Refer to widely-known standards. When you have to, provide recipes. Don't leave things to chance.

      (And while I'm bitching, that should really go for open-source projects as well as toy academic systems. If I can't get your app to compile by following your instructions exactly, you're the one who screwed up.)

    44. Re:Comparison? by ComputerGeek01 · · Score: 1

      The code is not the experiment, it's the tool that was used in the experiment; see the difference? You don't need the exact model beaker produced in the same year from the same manufacturer to prove a chemistry experiment true or false, similarly you don't need a line by line copy of the original code to test the theory.

    45. Re:Comparison? by wisnoskij · · Score: 1

      I am not sure I understand. What even is a paper in computer science? CompSci is pure math, in a very specific field. So what is a no-reproducible study in CompSci, just math that you cannot follow?

      --
      Troll is not a replacement for I disagree.
    46. Re:Comparison? by kevinking.psyd · · Score: 1

      Brilliant post.

    47. Re:Comparison? by david_thornley · · Score: 2

      While I approve of making the code available, that has nothing to do with repeatability of the experiment. If the paper describes what the code is doing in sufficient detail, somebody verifying the work can write their own code. This is much better for verification because it makes it much less likely that the results will be due to a hard-to-find bug. It's much more expensive to do that, of course.

      (If the paper doesn't describe what's going on in sufficient detail for replication, it's crap no matter what field it's in.)

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    48. Re:Comparison? by Halo1 · · Score: 1

      I am not sure I understand. What even is a paper in computer science?

      There's list of 601 examples on the linked page.

      --
      Donate free food here
    49. Re:Comparison? by david_thornley · · Score: 1

      Computer Science is actually a mixture of applied math and electrical engineering (and hangs together a lot better than you'd think from that). It uses pure math, but so do many other fields. While many CS papers deal with the math up front, many don't. Most AI papers, for example, don't have rigorous formal math, but rather describe what was done and what the results were.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    50. Re:Comparison? by david_thornley · · Score: 1

      Where I went, we made sure that Computer Science majors had a solid background in the theory and knew a lot of things besides programming. I can't speak to other programs, but I've heard bad things about them.

      The real problem is that many companies demand Computer Science graduates to program for them. This is like hiring physicists instead of electrical engineers, and results in a tendency for CS programs to emphasize what the students will need to program in industry.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    51. Re:Comparison? by david_thornley · · Score: 1

      Reportedly, researchers found that cats have color vision by dissecting cat eyes and finding cones. The fact is that cats don't have really good color vision (which you can tell from the dissection results), and tend not to make decisions based on color. The early behavioral experiments apparently didn't get the cats interested enough in the experiment.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    52. Re:Comparison? by martinux · · Score: 1

      A good reason to support the work of http://www.alltrials.net/ if you can.

      "AllTrials calls for all past and present clinical trials to be registered and their full methods and summary results reported."

      They've been making significant progress in attaining their goal, however, some big pharma is highly resistant.

    53. Re:Comparison? by Chalnoth · · Score: 1

      Probably pretty similar. The problem is the proliferation of small, low-quality studies, and using a low bar for claiming statistical significance (usually 2-sigma, or 95% confidence).

      I remember back when I was a grad student studying physics ~10 years ago, it seemed that the norm was such low-quality studies. Which makes sense, considering that low-quality studies are far faster and cheaper. For the most part, such studies were either ignored or considered no more than tantalizing hints. But yes, the hard sciences like physics also suffer from a problem of some low-quality studies sometimes becoming accepted, and much later turning out to be false.

      The more sensational or sexy the result, the more likely it is to be completely false.

    54. Re:Comparison? by binarstu · · Score: 1

      While many CS papers deal with the math up front, many don't. Most AI papers, for example, don't have rigorous formal math, but rather describe what was done and what the results were.

      Exactly. And there are plenty of CS papers in other subfields that take an empirical approach to CS research, too. E.g., analyzing the performances of competing algorithms by running experiments with data (either "real" or simulated) is not uncommon. To say that "CompSci is pure math" and nothing more is simply incorrect.

    55. Re:Comparison? by Darinbob · · Score: 1

      Problem with some psychological studies is that once the results are out they taint future test subjects, most of whom are university students who are more likely to have heard of the past experiments. Ie, you won't ever be able to replicate the Milgram experiments, even if the law allowed it, because everyone has heard about them.

    56. Re:Comparison? by HiThere · · Score: 1

      There are different kinds of experiment on groups with different definitions. Sometimes (usually) it is appropriate to view the results as only applicable to some "cohort" (meaning 2). The question is "how broad is that cohort?".
      coÂhort ËkÅËOEhÃrt/ noun
      noun: cohort; plural noun: cohorts
              1. an ancient Roman military unit, comprising six centuries, equal to one tenth of a legion.
              synonyms: unit, force, corps, division, brigade, battalion, regiment, squadron, company, troop, contingent, legion, phalanx
              "a Roman army cohort"
              2. a group of people banded together or treated as a group.
              "a cohort of civil servants patiently drafting legislation"

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    57. Re:Comparison? by HiThere · · Score: 1

      If you place CS under business administration, don't be surprised if the results are flakey. Usually, however, CS is placed under Math, and occasionally under Electrical Engineering. Those CS departments usually do a good job and produce real results.

      If you place CS under the school of business, blame the school, not the discipline, for the results you get.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    58. Re:Comparison? by HiThere · · Score: 1

      Not absolutely not true, but overstated version of an actual effect.

      If the new drug is a combination of two drugs that have previously been approved, the testing required is quite minimal. AND it's deemed worthy of a brand new patent. Witness all the combination drugs that used to come as a mixture of aspirin and something, but are not either acetaminophen and something or ibuprofen and something. The trick is to time things so that you introduce the new drug slightly before the patent runs out on the old drug, and then you remove the old drug from the market, so nobody can buy it anymore (and yet, no competitor can make it). This really annoys me because acetaminophen does me almost no good.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    59. Re:Comparison? by HornWumpus · · Score: 1

      In America CS is typically taught out of one of 3 places. Listed in descending order of rigor and quality.

      The Engineering School.

      Arts and Sciences. Math to be specific. Often spun off into a CS program, but came from Math.

      The business School. (spit)

      Nobody takes CS taught out of business seriously. Out of math is a mixed bag.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    60. Re:Comparison? by HornWumpus · · Score: 1

      Engineering is already applied math/science, business and art. CS, at best, is just a very narrow EE program.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    61. Re:Comparison? by HornWumpus · · Score: 1

      Most physicists make decent EEs. After they spend a few years making up for the holes in their education.

      They often work cheap too.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    62. Re:Comparison? by umafuckit · · Score: 1

      Does anybody know how this compares to the hard sciences? How many published math papers turn out to be incorrect? How many physics experiments cannot be reproduced?

      Obligatory citation

    63. Re:Comparison? by Garfong · · Score: 1

      Intermittent doesn't mean not reproducible. E.g.: A claim that "Saving file XYZ fails 0.001%" of the time is reproducible. Attempt to save the file a > 1 million times. If it never fails, you can say with high confidence the problem does not exist as described. If it fails ~10 times, you've reproduced the problem.

    64. Re:Comparison? by inasity_rules · · Score: 1

      Intermittent in software may be quantifiable easily that way. Not so much in hardware. It may be temperature/humiditydependent. Perhaps a gamma ray flips a bit in the memory. All sorts of things that cannot be reproduced have probable scientific explanations. Except one of my clients, for they have angered the old ones who will be satisfied by nothing less than burning equipment. Either that or their ground is in adequate and the impulse tester randomly cooks equipment.

      --
      I have determined that my sig is indeterminate.
    65. Re:Comparison? by gzuckier · · Score: 1

      In spite of the gut feeling of the submitter, it's not much better in at least computer science: http://reproducibility.cs.ariz...

      Well duh. Everybody knows that when you turn the machine off and on again, everything comes out different.

      --
      Star Trek transporters are just 3d printers.
    66. Re:Comparison? by gzuckier · · Score: 1

      I had to modify some vast quantity of badly written code once, and found that the source was missing a semicolon. When I fixed the semicolon issue, it wouldn't compile. Never did figure it out.

      --
      Star Trek transporters are just 3d printers.
    67. Re:Comparison? by gzuckier · · Score: 1

      I'm dismayed that in CS that the academic community is putting so much emphasis on replication and not enough on robust reproducibility.

      From my experience, the academic community puts no emphasis on either. I think it would be neat to study a paper and attempt to reproduce the results, but that doesn't get me a journal paper in today's academic landscape.

      I can't get my goto statements to be harmful.

      --
      Star Trek transporters are just 3d printers.
    68. Re:Comparison? by gzuckier · · Score: 1

      Big Pharma, in its chase for the ever mighty dollar, has made medical science into a farce of what it should be by now. Don't get me wrong, there's been a lot of progress made...but a lot of the information coming out from the companies backing the publishing of irreproducible results is leaving a large shadow over that progress; it's beginning to give me the perception that we're coming upon a plateau in our rate of advancement. It's also not easing my cynicism any.

      Medical research excluding big pharma has been fuzzy since day 1. Part of it's built in; there are various types of experiments you just can't ethically do on people, so you hope to heck that what you discovered on mice holds for the big bipeds. It's even ethically shaky to do various things on primates; or even dogs. So you get some guy who operates on people's spines to fix their slipped discs and publishes his successful results, and it seems logical, so we keep doing that for 50 years because it would be unethical to refuse a treatment believed to be beneficial; and finally somebody does the epidemiological study that compares the outcomes with those of people who for one reason or another did not get operated on, and publishes "Uh, guys.... look at this....."
      The popular press doesn't help, of course. "Medical research was telling us that lowering sodium is good for us, now it's telling us that it's bad for us, you can't trust it" Not really. What it's telling us now is that reducing it below a level which is, by current standards, already pretty low is bad; but above that level, more sodium does indeed still raise the mortality risk. It's the press that's reversing its oversimplified messages.
      See also "In the 70s all the scientists warned us of the coming ice age" No, but a few popular magazines did.

      --
      Star Trek transporters are just 3d printers.
    69. Re:Comparison? by Karmashock · · Score: 1

      Complex dark matter, chum... Apparently the dark matter isn't enough to balance the gravity calculations out... it has to be 'complex' now. The epicycles (a reference you'll get if you're half as informed as you presume to be) have been building on this issue for awhile... I only hope I'm alive to see it all come tumbling down.

      Your position is based on a dozen theoretical particles you have no empirical evidence for existing... and a fractal imprecision in your calculations that every time you correct the error with another made up particle or force that you can't actually show exists beyond needing it to exist to sustain the theory... every time you do it... there is another layer of imprecision below that necessitating another invented particle or force... and so on and so on and so on.

      All I'd like out of you is a little more science and a little less make believe. And before you tell me cosmology is a hard science... is that an argument you can make to other physicists with a straight face? Because if so... know they laugh at you behind your back.

      Just FYI.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    70. Re:Comparison? by nobodie · · Score: 1

      physics I don't know about, but 15+ years ago I was helping a PhD Biology student (working on a specific heart malfunction in humans, so bio-med or something) write his thesis/dissertation paper. I t turned out that while he thought he was studying the heart problem, his supervisor decided that the mouse that he was engineering to have to heart problem was such an achievement that he told him to write that up instead for the degree.

      What does this have to do with the issue? The PhD student was the only one able to create the mouse. Four other groups around the world were trying, but had failed in the endeavor. Not only that, even people in the lab, with the same breeds of mice and the same equipment, under his supervision could not reproduce the mice. His mice could reproduce, so he just bred them and sent them out to other labs working on the heart problem, but no one, by the time I left, had reproduced the mouse. Sooooo.....

      --
      Subversion of spatial scale luxury decoration ideas.
    71. Re:Comparison? by Anonymous+Cow+Ward · · Score: 1

      What country has laws that lax? Because it's not the US or (most of?) the EU.

      --
      Examine even your most deeply held beliefs. Nobody is always right.
  2. In other words... by msauve · · Score: 2

    You can fool all of the people, some of the time, or some of the people, all of the time.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
    1. Re:In other words... by thinkwaitfast · · Score: 1

      "You can fool all of the people all of the time if your effects budget is large enough”
      Despair poster

    2. Re:In other words... by rastos1 · · Score: 2

      "You can fool some of the people all the time, and those are the ones you want to concentrate on." - George W. Bush

  3. Psychology more scientific than cancer studies? by mcelrath · · Score: 3, Interesting

    It's hard to believe psychology studies are more reproducible than cancer studies (11% reproducible): http://www.nature.com/nature/j...

    --
    1^2=1; (-1)^2=1; 1^2=(-1)^2; 1=-1; 1=0.
    1. Re:Psychology more scientific than cancer studies? by Lunix+Nutcase · · Score: 4, Interesting

      Or this one from just under 2 weeks ago:

      The requirement that medical researchers register in detail the methods they intend to use in their clinical trials, both to record their data as well as document their outcomes, caused a significant drop in trials producing positive results. From Nature: "The study found that in a sample of 55 large trials testing heart-disease treatments, 57% of those published before 2000 reported positive effects from the treatments. But that figure plunged to just 8% in studies that were conducted after 2000.

    2. Re:Psychology more scientific than cancer studies? by kevinking.psyd · · Score: 3, Insightful

      It sounds like you know very little about cancer or cancer research.

    3. Re:Psychology more scientific than cancer studies? by bluefoxlucid · · Score: 2

      Psychology is an offensive science: people don't believe psychology is anything more than voodoo. This lets them stay quite comfortable in their control over their mind, instead of admitting it may have some uncontrollable science behind it.

      10% of cancer studies are reproducible? Well that's just science. 50% of psychology studies are reproducible? Psychology is no more real than chance; every study is a coin toss, and nothing is real.

      Climate science papers are probably way wonkier than psychology, but people cling to those because of politics. Don't think it's because they're enlightened or concerned or whatever; it's because they want a club to attack a social group outside their identity so the can stand up in their loin cloths and shout "OGG BIG STRONG MAN!"

    4. Re:Psychology more scientific than cancer studies? by kevinking.psyd · · Score: 1

      What you see on TV called "Psychology" has very little to do with actual scientific psychological research. You are ignorant of the reality across numerous sciences. I recommend listening more and posting less. You'll look less foolish.

    5. Re:Psychology more scientific than cancer studies? by kevinking.psyd · · Score: 1

      LOL. That's quite an upgrade for that quack.

    6. Re:Psychology more scientific than cancer studies? by bluefoxlucid · · Score: 1

      Explain what you are referring to about this stuff on TV. I can't recall one instance of psychology being invoked in RWBY, Inuyasha, or Deep Space 9.

      What I said was generated on-the-fly from an understanding of psychology (along with politics and a few other things).

    7. Re:Psychology more scientific than cancer studies? by Kjella · · Score: 1

      It's hard to believe psychology studies are more reproducible than cancer studies (11% reproducible): http://www.nature.com/nature/j...

      It seems you don't understand what it is you linked to or you're trolling, the key here is preclinical. That is, there's an 11% chance we can reproduce lab results on actual people in clinical trials, so if you're in the first round of an experimental drug 9 out of 10 times it won't work. That sucks, but our understanding of the body and cancer isn't better so we have no choice but to experiment in practice. It says nothing about how reproducible the clinical results are, but before it's through all the rounds and approved for general use I would think we know with 99%+ certainty they will work. Until then, well that's why we call them experimental.

      --
      Live today, because you never know what tomorrow brings
    8. Re:Psychology more scientific than cancer studies? by kevinking.psyd · · Score: 1

      :). Well, it's definitely come up in DS9.

    9. Re:Psychology more scientific than cancer studies? by bluefoxlucid · · Score: 1

      Some you can analyze, yes. Kai Wynn is uh. The crazy engineer girl she manipulated, too. Lots we could say about these nutjobs. It's amazing how the brain shuts off the prefrontal cortex and brings up the amygdala when the facts inserted into the PFC conflict with the collective, most basic memories everything else is held against. That's what religion does: it bases everything on a set of assumptions, such that violating those assumptions violates everything in all your experiences; such violation can garner rather violent reactions.

      I've programmed a reflex to suppress that. Obvious advantages there may be, this has clearly become a very bad idea.

    10. Re:Psychology more scientific than cancer studies? by david_thornley · · Score: 1

      Exactly what sort of psychology are you talking about? There's various branches, and some work on a rigorous basis. Even the softest stuff works better than voodoo.

      The fact that you know even less about climate science than psychology is obvious. ("probably way wonkier" is nothing more than prejudice and ignorance.)

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    11. Re:Psychology more scientific than cancer studies? by david_thornley · · Score: 1

      The criterion used for the scientific papers is reproducibility, which is a different thing from correctness. Dr. Oz may well make things up only when it suits his purposes, and say things pretty well known to be true when it doesn't matter. Heck, Goebbels himself thought that propaganda should always have elements of truth to make it more believable.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    12. Re:Psychology more scientific than cancer studies? by bluefoxlucid · · Score: 1

      Dude, the fall-out around climate science is constant.

      I've had someone pull the 97% number out, and I pointed out their abstract says they started with 14,000 papers whose primary topic was climate change or global warming, and then discarded all papers which took no final position; the dude came back and said that the discarded papers weren't about climate change at all (which contradicts what the actual study says). The 97% figure also counts papers, not authors; yet it's referenced as a consensus among number of scientists--without even counting *all* climate scientists. The whole thing also ignores the valid scientific standpoint that we don't know about something--you know, like the tons of scientific papers that claim WE DON'T KNOW IF VACCINES CAUSE AUTISM, because we've seen no such evidence supporting that claim, versus the single paper that claims it does.

      In the realm of actual science, we have studies for and against which tend to follow the lines of who buys the study; in reality, someone will commission 100 studies, and 99 of them will fall one way, and vanish under NDA. The last study, obviously, gets published. You don't buy results; you buy experiments which may, occasionally, produce faulty results (statistics demands this happen occasionally), and just hide all the ones that don't go your way.

      We also have poorly-designed analysis, goal-driven analysis, and all kinds of other shit. Bad experiments in climate scientists aren't because climate science is hard (it is) or because climate scientists are terrible scientists (they're not), but because there's political pressure to do certain things in a certain way, limiting scope, data, etc.

      On top of all of it, we have stupid shit like the IPCC coming out and saying they've faked all the data and reports for the past decades because they think if they gave us real numbers we'd think it was ridiculous. They've essentially come out to say they've claimed 0.1C jumps over 50 years when it's really more like a 10C jump over 30 years coming, just they didn't think anyone would believe the earth would catch fire spontaneously.

      I haven't analyzed the numbers or taken a full assessment because it's not worth my time doing. I assert it's probably way wonkier because I know the pressures on the field and I know what those pressures do to the rightly pursuit of knowledge. I also know that, regardless of the hard truth, people will take a position based on such political (which, really, is just social) pressures that drive them into their feeling of safety and superiority; it doesn't particularly matter if they're right or wrong, in the same way that murdering someone you meet in an alleyway so you can rob them doesn't immediately become righteous because that person was just on his way from raping and drowning a small child in a nearby lake. Motives are of the mind, not of the physical world.

    13. Re:Psychology more scientific than cancer studies? by Anonymous+Cow+Ward · · Score: 1

      Yeah, that's not true for a number of reasons. One is that most of those don't work for most cancers at physiologically relevant concentrations, and another is that you're ignoring CAR T cell research, which is both really cool and really effective.

      --
      Examine even your most deeply held beliefs. Nobody is always right.
  4. I think 538 covered this better. by nucrash · · Score: 3, Informative

    Yes there is a problem, and yes there needs to be a solution.

    http://fivethirtyeight.com/dat...

    --
    Place something witty here
  5. Interesting FTA by Mr+D+from+63 · · Score: 1
    Two interesting paragraphs that might have been good for the summary as well;

    A study by more than 270 researchers from around the world has found that just 39 per cent of the claims made in psychology papers published in three prominent journals could be reproduced unambiguously – and even then they were found to be less significant statistically than the original findings.

    The non-reproducible research includes studies into what factors influence men's and women's choice of romantic partners, whether peoples’ ability to identify an object is slowed down if it is wrongly labelled, and whether people show any racial bias when asked to identify different kinds of weapons.

  6. Article gives the wrong impression by kevinking.psyd · · Score: 2

    The idea that this means "Psychology is wrong" is the opposite of what should be gleaned here. 1. This looked at a journal from 2008. That's pretty recent in scientific terms. 2. What is the replicability of new scientific findings in "hard" science fields like physics, chemistry, and medicine? Well, we don't know very well, because there hasn't been a concerted effort to explore that like there has been in psychology (At least not that I was able to find; I thought there was an effort. Please link if you know of it). 3. This is GREAT. This is what science is supposed to do, test itself. Now we have a much better understanding of what is "true" in psychology. 4. The author is something of a fool and probably not an actual scientist. A phrase like, "those of us in the hard sciences" speaks strongly to a high level of ignorant arrogance. People who do real science understand the noisiness of real data and difficulty of discovering truly new effects.

    1. Re:Article gives the wrong impression by loonycyborg · · Score: 2

      The consequence of "publish and perish" model is that most of scientific papers just aren't very useful. Proper science is still being done, though it's drowned out by scientists who have nothing more useful to add at the moment but have to publish in order to get grants. And there's not much difference here between psychology and "hard" sciences.

    2. Re:Article gives the wrong impression by kevinking.psyd · · Score: 1

      Likewise, Anonymous Coward.

    3. Re:Article gives the wrong impression by kevinking.psyd · · Score: 1

      Mental illness is a sham? You must be blessed to have never encountered it. Or you have it. I am an Industrial/Organizational Psychologist [https://www.siop.org/]. We don't deal (much) with mental illness. Among psychologists, we're particularly robust in our attention to experimental control and the conduct of proper science. We're the ones who (to a large extent) came up with and advanced Meta-analyses [https://en.wikipedia.org/wiki/Meta-analysis]. You are correct that I'm a bit pissed off. My anger focuses on the damage this reckless headline is causing the fragile minds of people like you. It's more fodder for morons to feel confident in their ignorance [https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect]. If anyone wants to debate any of these points (or anything else) I'm game. Bring it. No Anonymous Cowards allowed, however.

    4. Re:Article gives the wrong impression by kevinking.psyd · · Score: 1

      Well, that depends on the data. My preferred explanation is whatever the data tell us (assuming proper controls, etc.). I'm assuming here that we don't have fore-knowledge of the null hypothesis being false, but that it is false nonetheless. If the null hypothesis is false, we would hope that the data would support the null-hypothesis. That is, we would hope to find no effect.

      If you're asking how do we explain the apparent false-positives, there are many possible explanations. Pure chance is one. The bias of journals to only publish significant findings is another big one. Researcher degrees of freedom (and researcher bias in general) rounds out the big sources, but there are several other confounds that could creep it. This is why reproducability is so important.

    5. Re:Article gives the wrong impression by kevinking.psyd · · Score: 1

      Whoops, I confused myself. The null-hypothesis being false means that the alternative hypothesis is supported. The null-hypothesis is that, "there is no difference" or "there is no relationship". If that is false, then we endorse (support) the alternative hypothesis. So, if my study set out to see if blue walls increase creativity, the null hypothesis would be that there is no difference in creativity between people in rooms with blue walls and those in rooms with other colors. If that hypothesis were false, then we should see some difference in the amount of creativity found in blue-walled rooms (whether it be more or less creativity). The explanation of results would depend on the direction and intensity of the analysis results.

    6. Re:Article gives the wrong impression by RestlessWarrior · · Score: 1

      I thought it was "publish OR perish". I like yours better, though.

    7. Re:Article gives the wrong impression by kevinking.psyd · · Score: 1

      Agreed. This is the job of proper research design, not statistics.

  7. 39% without secondary false-positives. by JoshuaZ · · Score: 3, Informative

    If you have 100 studies you are replicating, by sheer chance you are likely still going to have a few who you successfully replicate but aren't real. So the problem may be worse than that (slightly). Psychology isn't the only field with these issues. There have been a lot of problems in medicine also. See https://www.newscientist.com/article/mg21528826-000-is-medical-science-built-on-shaky-foundations/. Part of the problem is one of incentives: the incentives to do a study which simply replicates a pre-existing study is low, and many journals won't even publish them. This also combines in bad ways with post-hoc analysis where you look at your data and find a pattern in it that is worth publishing; the worst offender here is medicine where people use different statistical tests and different subgroup analysis until they get a positive result.

    1. Re:39% without secondary false-positives. by Shadow+of+Eternity · · Score: 1

      It's a structural issue inherent in what a cynic could call the publication/tenure industrial complex. Our education and tenure systems demand ever increasing and ever more impressive publications and publication rates, and our journal systems are obsessed with the "story" of the prescient scientist who confirmed a theory conceived in a vacuum. This kind of fuckery is the natural end result.

      --
      A bullet may have your name on it but splash damage is addressed "To whom it may concern."
    2. Re:39% without secondary false-positives. by Ol+Olsoc · · Score: 2

      It's a structural issue inherent in what a cynic could call the publication/tenure industrial complex. Our education and tenure systems demand ever increasing and ever more impressive publications and publication rates, and our journal systems are obsessed with the "story" of the prescient scientist who confirmed a theory conceived in a vacuum. This kind of fuckery is the natural end result.

      But the cynic in me would compare people's reactions to this to the idea that if a person is arrested, gets a fair trail, and is sent to prison is somehow proof that legal justice system is broken.

      Finding non-reproducible results is exactly what the purpose is for repeating experiments.

      Now the scientist in me says "I'm a little concerned about those numbers, let's do an analysis and maybe we'll find out why."

      While the cynic in me says The denier and anti-science culture will just trot out their favorite axes to grind, whether it be construed as proof that there is no such thing as a greenhouse effect, that the world was created in October 4004 bce, that the Ancient Aliens show is a documentary, and the anti-vaxxers will claim victory.

      Sound outlandish? We already have an AGW denier in here claiming psychology result replication numbers is just that proof.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    3. Re:39% without secondary false-positives. by swb · · Score: 1

      Careers and status make major contributions. If you got onto the dietary cholesterol is bad for you theory early as a scientist, your entire career and standing is built around that theory.

      As you gain influence and status over research proposals and funding, you're more likely to approve proposals that advance the theories you're invested in and reject proposals that might disprove your career-invested theories.

      The entire process, not just individual studies or their results, becomes a victim of both ego and a kind of large-scale confirmation bias.

      Gary Taubes wrote a great article for Science about this relative to research into dietary sodium intake. The people in charge of the money were heavily invested in the salt-is-bad-for-you theory and basically politicized the research process to further their own theories.

      http://garytaubes.com/wp-conte...

    4. Re:39% without secondary false-positives. by drinkypoo · · Score: 1

      Sound outlandish? We already have an AGW denier in here claiming psychology result replication numbers is just that proof.

      Well, they genuinely have a psychological problem, but people throw out babies with bathwater constantly just because they're too lazy to fish out the baby, so it's a widespread one.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:39% without secondary false-positives. by Shadow+of+Eternity · · Score: 1

      I'm not talking about the replication efforts, I'm talking about the overall system and how it leads to bad science and excessive publication in the first place.

      --
      A bullet may have your name on it but splash damage is addressed "To whom it may concern."
    6. Re:39% without secondary false-positives. by Ol+Olsoc · · Score: 1

      Sound outlandish? We already have an AGW denier in here claiming psychology result replication numbers is just that proof.

      Well, they genuinely have a psychological problem, but people throw out babies with bathwater constantly just because they're too lazy to fish out the baby, so it's a widespread one.

      It's too bad that the social conservatives won't allow critical thinking to be taught in schools. Damn near as bad as the great Satan Darwin.

      oh boy - I think I just earned my agitation enginerr chops for the day...

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    7. Re:39% without secondary false-positives. by kevinking.psyd · · Score: 1

      Sad but true. Scientists should really be all about following the data, regardless of whether or not it supports what they would like to believe. Unfortunately, sometimes being able to support ones self and family becomes tied up with supporting a particular theoretical orientation. Even those who try to be pure fall prey to unconscious biases.

    8. Re:39% without secondary false-positives. by swb · · Score: 1

      I think the inherent scarcity in research resources means that you will pretty much always have a kind of gatekeeper who decides what projects and who's projects gets funded and what doesn't.

      It'd be great if that gatekeeper was a neutral party without a vested interest, but I'd wager it likely takes someone inherently knowledgeable in the field to be able to intelligently understand the research requests.

      You could have a committee to hopefully limit individual vested interests, but ultimately there are influencers who can stack committees.

      I think if you could get researchers to acknowledge these kinds of existential confirmation biases in research selection you probably would be able to build committees with the scientific chops to evaluate research proposals but with enough outsiders that career/standing/theoretical biases wouldn't crowd out proposals with the potential to contradict prevailing theories.

    9. Re:39% without secondary false-positives. by Solandri · · Score: 1

      Part of the problem is one of incentives: the incentives to do a study which simply replicates a pre-existing study is low, and many journals won't even publish them.

      Yeah that's what I noticed too (my minor was in cognitive psychology - like trying to figure out AI from the opposite direction). When Fleischmann and Pons posted their cold fusion paper, every physics lab in every school grabbed it and tried to replicate it, just because of how cool it would be if it actually worked. I never saw the same zeal to replicate interesting results in psychology. In fact you are banned from trying to replicate some of the most notable experiments because of ethical issues. It always felt to me like "this other guy tried it and this is what happened, so it must be true."

  8. Get over yourself by Lunix+Nutcase · · Score: 1

    Those of us from a hard science background always had our doubts about this sort of stuff

    Maybe you should have been using those doubts for introspection? I can easily find numerous retractions from "hard science" journals plus it's easy to find a number of similar studies showing reproducibility in "hard" science medical research and drug trials.

    1. Re:Get over yourself by Lunix+Nutcase · · Score: 1

      reproducibility *problems* in "hard" science medical research and drug trials

      Fixed for myself.

    2. Re:Get over yourself by Desler · · Score: 1

      Yes to the medical research reproducibility.

    3. Re:Get over yourself by jimbolauski · · Score: 1

      Retraction in "hard science" journals is a good thing it shows that experiments were scrutinized and replicated. That's what publishing does it allows others unrelated to the original study to verify the study.

      --
      Knowledge = Power
      P= W/t
      t=Money
      Money = Work/Knowledge so the less you know the more you make
  9. Just out of curiosity ... by jc42 · · Score: 3, Funny

    Has this study been replicated?

    Or is it perhaps a replication of an earlier study?

    --
    Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    1. Re:Just out of curiosity ... by kevinking.psyd · · Score: 1

      Don't confuse Psychiatry with Psychology.

  10. Re:Ain't science by kevinking.psyd · · Score: 2

    And what do you actually know about psychological research? Have you conducted any or read any full articles from the original authors? What do you know about scientific research at all? What scientific studies have you performed? I am a psychologist. I am also a fan of the "hard" sciences and have read several full articles in physics, chemistry, medicine, and several other fields.. I can tell you that experiments in the social sciences (when done correctly) are far more controlled (relatively speaking) and reviewed before they are conducted than experiments in "hard" fields. There is no IRB review process in experiments not involving human subjects. Fields that study non-living things like matter and energy have it far easier. Those things behave deterministically and predictably. With humans, animals, and other living things, the noise factor is intense. We have had to develop highly sophisticated techniques to be able to perform science and uncover truth. The truth of that science needs to be taken with a large grain of salt because we are talking about summarizing a very wide set of behaviors, outcomes, and causes with a relatively small amount of words.

  11. Please tell me at least Dunning Kruger is real by NotSoHeavyD3 · · Score: 2

    I mean it just seems too true to not be real https://en.wikipedia.org/wiki/...

    --
    Did you know 80 to 90% of the moderators on slashdot wouldn't recognize a troll even if one dragged them under a bridge.
    1. Re:Please tell me at least Dunning Kruger is real by Anonymous Coward · · Score: 1

      It likely isn't.
      It is flawed at best.

      To put it bluntly, not everyone has a superiority or inferiority complex.
      There are people out there who know their abilities don't extend to others, are good at explaining themselves to others and know about others limitations.
      To say everyone with a degree looks poorly at others that don't is insulting.
      Equally, Intelligence isn't an end goal. Intelligence won't stop a lion ripping your face off when it gets hold of you. Strength might give you a better chance of preventing it. Both of those will likely help your odds even more.

      It also shows horrible differences in different cultures.
      It is just plainly improper science when there are THAT many cases where it breaks down.
      Dunning-Kruger is just another case of people thinking there is such a thing as an Average Human, which is provably false.
      Doesn't have much going for it to be honest. It does at least have some studies behind it, but not even remotely enough to make it relevant, interesting, but not relevant.

    2. Re:Please tell me at least Dunning Kruger is real by kevinking.psyd · · Score: 1

      Yes, DK is true. There is little question about this. Be careful, however, this is an aggregate effect and may not apply to particular individuals.

    3. Re:Please tell me at least Dunning Kruger is real by kevinking.psyd · · Score: 1

      Not flawed. Just the way the world works.

      For many (most?) people, the effect is true as generally understood. For the next largest chunk it's slightly true or true sometimes. For a smaller slice it's true, but in the opposite direction. On average, it looks like the pattern we know.

      If the science shows a variation between people and that variation actually exists (which it does), then the science is correct. It's just the world is full of variance. The question is what portion of that variance is due to chance + non-relevant interactions and what is due to a systematic cause. This is what we look for, the systematic relationships that rise above the random noise. Similar to picking out your router's wi-fi signal in a busy city block

      .

    4. Re:Please tell me at least Dunning Kruger is real by phantomfive · · Score: 1
      --
      "First they came for the slanderers and i said nothing."
    5. Re:Please tell me at least Dunning Kruger is real by umafuckit · · Score: 1

      I Dunning-Kruger is just another case of people thinking there is such a thing as an Average Human, which is provably false. Doesn't have much going for it to be honest. It does at least have some studies behind it, but not even remotely enough to make it relevant, interesting, but not relevant.

      The DK hypothesis seems very reasonable. It's really just saying that when you're not knowledgeable about a field, then you don't know what you don't know. So you over-rate your skills. When you become knowledgeable, you understand how your knowledge fits into the wider landscape and you see the limits of your knowledge.

      I've often felt these effects in my own life, and this was before I heard of DK. e.g. I certainly felt less knowledgeable as I progressed through my undergraduate degree but I graduated at the top of the class. Another example: a year two after I started coding I became cocky about it. Now, years later when I know much more, I feel cautious even considering myself a coder as I see so much around me that I don't know or I haven't done.

  12. That would be... by argStyopa · · Score: 1

    ...why it's not actually called a 'science' by anyone who understands what science is.

    --
    -Styopa
    1. Re:That would be... by bluefoxlucid · · Score: 1

      Double-blind experiments are an integral part of science. Why do experiments need to be double-blind?

    2. Re:That would be... by kevinking.psyd · · Score: 2

      And you clearly don't understand what science is, nor, despite what you may think, do you hang out or listen to people who do.

      Let me help you. Science isn't about WHAT you study. It's about HOW you study it.

    3. Re:That would be... by kevinking.psyd · · Score: 2

      To avoid researcher biases creeping in and affecting the results. Even with double-blind studies, there can be issues of researcher bias. http://centerforopenscience.gi... This is exactly why what we're seeing here is science at work, not evidence of its failure. We must constantly review the findings of new (and even old) science to fully distinguish what is real from what is false. The world is complex place and it is often the case that things are true in one context and not true in others.

    4. Re:That would be... by bluefoxlucid · · Score: 1

      You went through a lot to try to not say "because of sound psychological principles which tell us that the human mind will see what it wants to see."

      It seems to me double-blind experiments exist because of a scientific understanding of psychology.

    5. Re:That would be... by narcc · · Score: 1

      I'm going to guess that you don't have a formal science background.

    6. Re:That would be... by NoOneInParticular · · Score: 1

      Double-blind experiments are not an integral part of science. Do you think Alain Aspect blindfolded himself when he shot photons through a tube? Did Einstein, Newton, Bohr, Dijkstra, Turing, von Neumann, Darwin, Wallace, Knuth, Dirac, Schrodinger, etc, etc, etc. Yes, double-blind experiments have been developed for doing research on human subjects to avoid influencing the subjects. Is it an integral part of science? It's a part, that's for sure. Integral? Hell no.

  13. About as hard as environmental "science" by NotDrWho · · Score: 1, Troll

    Can't be reproduced, data has to be doctored and cooked to within an inch of its life to stay consistent, ideological agenda overrides any pretense of scientific method.

    Yep, that's modern science alright!

    --
    SJW's don't eliminate discrimination. They just expropriate it for themselves.
  14. Which is why by hey! · · Score: 2

    ... you don't make any important decisions based on a single paper. That's true for hard sciences as well as social sciences.

    Science by its very nature deals in contradictory evidence. I'd argue that openness to contradictory evidence is the distinguishing characteristic of science. A and not A cannot be true at the same time, but their can be, and normally is, evidence for both positions. So that means science often generates contradictory papers.

    What you need to do is read the literature in a field widely so you can see the pattern of evidence, not just a single point. Or, if you aren't willing to invest the time for that you can find what's called a review paper in a high-impact factor journal. A review paper is supposed to be a fair summary of recent evidence on a question by someone working in the field. For bonus points read follow-up letters to that paper. Review papers are not infallible, but they're a heck of a lot more comprehensive than any other source of information.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    1. Re:Which is why by oh_my_080980980 · · Score: 3, Interesting

      Excellent point. From the article http://www.washingtonpost.com/...

      "Despite the rather gloomy results, the new paper pointed out that this kind of verification is precisely what scientists are supposed to do: “Any temptation to interpret these results as a defeat for psychology, or science more generally, must contend with the fact that this project demonstrates science behaving as it should.”"

      This is the kind of stuff that needs to be done.

    2. Re:Which is why by drinkypoo · · Score: 1

      ... you don't make any important decisions based on a single paper. That's true for hard sciences as well as social sciences.

      OK, tell that to the NIH. Or hey, tell the APA. The DSM might need a little love. Those traitorous fucks.

      The truth is that the course of our lives is often decided, by fiat, on the basis of a single study

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Which is why by PPH · · Score: 1

      That's true for hard sciences as well as social sciences.

      Much more so for social sciences. It's much more difficult to account for variations caused by subtle differences in test and control populations of individual experiments. It is often best to run a series of experiments, each with its own test groups and then examine the results to 'average out' the effect of conditions that were not properly accounted for. This requires a statistically complex analysis to determine whether the individual test give the same results. And as we all know, 62% of all scientists are bad at statistics.

      --
      Have gnu, will travel.
    4. Re:Which is why by hey! · · Score: 1

      Well, as far as Atkins is concerned, diet research is really, really hard and expensive to do right. I know because when I was an MIT student one of my jobs was office boy in the Food and Nutrition group, and I saw how hard it was. In one of the studies, research subjects were given a duffle bag from which all the input to their digest systems came, and into which all the output from the same went, for six bloody months.

      Of course not every study needs to be that rigorous, but diet is one of those areas where the public needs lots of informed opinion but the funding for research is grossly inadequate to meet that need.

      By the way, the current state of research seems to be that carbohydrate restricted diets work well in the short term but have only modest success in the long term.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    5. Re:Which is why by drinkypoo · · Score: 1

      By the way, the current state of research seems to be that carbohydrate restricted diets work well in the short term but have only modest success in the long term.

      Right, I linked that story because it speaks directly to the deception from the NIH and the USDA. It wasn't about the diet — I had great success the first time, and less weight loss the second time, so now I'm just watching what I eat — but about the deliberate attempts to deceive by our government. Shock, amazement, I know. At best they were trying to look busy. More likely, they were working on behalf of the rising processed foods industry.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:Which is why by wisnoskij · · Score: 1

      Except that these projects have not made any signification effect on psychology. It took a sampling of the results and found most of them were shit, what it did not do go through the entire field and filter out all the bad studies. Most psychology papers are still non-reproducible, and the ones currently being written will still be 50% wrong. This is just a status update telling us how the entire field has failed and is continuing to fail. There is no way to interpret this as Science behaving as it should. When science proves a results, you expect the result to have 95% certainty, not less that 50%. And Science is suppose to be self correcting, bus like I said becaue this is just a status update and have corrected nothing, this is just evidence that science is not self-correcting.

      --
      Troll is not a replacement for I disagree.
    7. Re:Which is why by phantomfive · · Score: 1

      must contend with the fact that this project demonstrates science behaving as it should.”"

      It is demonstrating science behaving as it should have 50 years ago.

      The point is that even though there are morons who say, "science is false!," if you are someone who believes something just because you heard it from a scientist, you are probably a moron, too.

      --
      "First they came for the slanderers and i said nothing."
  15. Therefore by Anonymous Coward · · Score: 1

    Psychology doesn't exist. Holy crap, Scientology got something right!

  16. Re:Ain't science by oh_my_080980980 · · Score: 1

    Like medical research.....

  17. Feynman and Crichton by Orgasmatron · · Score: 4, Informative

    Feynman talked about this fairly often, most notably in Cargo Cult Science. The problem seems to be most common in soft sciences, such as the rat running example he gives from psychology. See also his commentary on science education in Brazil.

    The Brazil report appears to be unrelated, but hear me out.

    Brazil's problem was cultural. Their textbooks included all of the right information, but it wasn't presented as things that the student could learn about the real world, just as facts to be memorized. Scientists without the culture of science will make lousy experiments because they don't understand what they want to do or why, or how or why they need to keep themselves honest.

    The culture of physics in the US was very good, but they were unable to export that culture to Brazil when they tried.

    In the same way, other branches of science were unable to duplicate the physics culture. The rat runners in the example given didn't understand what they were trying to do, so they didn't pay attention to Young's work, which would have helped keep them honest.

    Crichton's Aliens Cause Global Warming lecture was given nearly 30 years after Feynman's Cargo Cult Science, and it shows a creeping degeneration of the culture of science.

    I go a step further, and say that the decline of the science culture has been part of a general cultural decline. There has been no great art or literature or music in decades.

    The good news is that people are waking up. The internet is connecting people to each other, to science, and to culture. We are pissed about the decline of the past century, the decline that we've allowed, or at least failed to prevent, and are steeling our resolve to do the hard work to restore our greatness.

    Articles like this show the stirring of the cultural revival. Keep them coming, please.

    --
    See that "Preview" button?
    1. Re:Feynman and Crichton by david_thornley · · Score: 1

      Excuse me, but how familiar are you with art and science and music of recent decades? What's your opinion on the opera "Dr. Atomic", for example?

      It's easy to make sweeping generalizations and a lot harder to make good ones.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    2. Re:Feynman and Crichton by Orgasmatron · · Score: 2

      Science has never been about consensus. Science is about truth, about reality. Science is about testing an idea by comparing it to nature, and about having the honesty to accept what nature has to say, even when you don't like the answer.

      Consensus is the domain of Scidolatry. The paradigm shift is usually nothing more than the demographic wave. The people that have calcified around the previous consensus gradually die off, and the next generation gets to look at the data fresh, without a lifetime of work, of reputation, of ego on the line.

      For those unfamiliar with these new words, scientistry is what people in lab coats do, like dentistry is what dentists do. Scidolatry is the worship of the opinions of people that wear lab coats. Consensus is what the guy you are talking to right now thinks, occasionally supported by a theoretical or imaginary horde of lab-coat-wearers. Science is a method for deciding which ideas are good and which are bad, which usually involves a lot of hard work, humility, honesty and integrity, and occasionally a bit of scientistry.

      Culture (here) is what kept scientistry closely coupled to science, and away from scidolatry. Culture (or the values that travel with it) is the thing that, until recently, kept people from doing things like altering temperature data to match their expectations.

      --
      See that "Preview" button?
    3. Re:Feynman and Crichton by Reziac · · Score: 1

      Acutely summed up in this quote from the Crichton lecture:

      In science consensus is irrelevant. What is relevant is reproducible results. The greatest scientists in history are great precisely because they broke with the consensus. There is no such thing as consensus science. If it's consensus, it isn't science. If it's science, it isn't consensus. Period.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    4. Re:Feynman and Crichton by Layzej · · Score: 1

      I love it when non-scientists try to tell us what science 'is'.

  18. That's odd... by wonkey_monkey · · Score: 2

    Study: More Than Half of Psychological Results Can't Be Reproduced

    That's not what my study said.

    --
    systemd is Roko's Basilisk.
  19. An ANTI-SCIENCE attack paid for by Koch brothers! by mi · · Score: 1, Troll

    A new study trying to replicate results reported in allegedly high quality journals failed to do so in over 50% of cases.

    I denounce this propaganda attack piece paid for by Koch brothers seeking to destroy the planet and drown the poor for profit!!!!

    Oh, this is not about Climate science? Never mind...

    --
    In Soviet Washington the swamp drains you.
  20. Perhaps not surprising by jandersen · · Score: 1

    I didn't have the patience to read through the whole article in detail, but I didn't see anything about how long back the study had checked - this may be important for the reulst. Eksperiments in psychology must be particularly difficult to set up and evaluate rigorously, and I suspect we weren't too good at it in the early years. Even in modern, physical medicine, where there now good practices, it can be very difficult to get strong data.

    1. Re:Perhaps not surprising by kevinking.psyd · · Score: 1

      This one looked at three journals in 2008. I didn't see if it was the full year or not. Probably not. Further, it focused only on single studies. So, not at all surprising. In fact, I'm pretty impressed that almost 40% of the results were replicated. Yay, psychologists!

  21. You can't study psychology in a vacuum by damn_registrars · · Score: 2

    Psychology is complicated. Even identical twins don't have minds that function exactly the same under the closest of possible circumstances. Failure to reproduce the results of a study don't necessarily mean it was a bad study; it just means that our understanding of the study is incomplete.

    I would rather we have studies disproven or adjusted by additional work than have those studies not published at all. The human brain is a very complicated thing that we actually know very little about; if we discard psychology entirely out of hand we will then do very little to further our understanding of how it actually works.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    1. Re:You can't study psychology in a vacuum by kevinking.psyd · · Score: 1

      Excellent point for science overall. In recent months, there was talk of how epidemiological science into diet & nutrition was "wrong". Not the case. The science was constantly updating and filling in a more complete understanding of how these things work. It was the popular reporting of the science that had been wrong for so long. The news is black and white. Science is shades of grey with much complexity (although fairly easy to grasp once you start looking).

  22. A well-respected physician explained it this way: by karlandtanya · · Score: 2

    Psychology is today where Medicine was 200 years ago.
    There's nothing inherently wrong with treating behavioral maladies, and such treatment could eventually be classified as medicine.
    It's just not there yet.

    (He also didn't have a very high opinion of chiropractors...)

    --
    "Reality is that which, when you stop believing in it, doesn't go away." - Philip K. Dick
  23. Is anyone surprised? by Murdoch5 · · Score: 1

    Psychology is not science.

    1. Re:Is anyone surprised? by kevinking.psyd · · Score: 1

      Ugh. You're being a fool.

      Science isn't about WHAT you study. It's about HOW you study

      .

      Psychology IS a science when the process is properly applied (as it is being done so here by testing the results of initial findings). I'm willing to debate you on this point. Willing to go toe-to-toe? Fair warning, I am an Industrial-Organizational psychologist who teaches research methods and statistics

    2. Re:Is anyone surprised? by Murdoch5 · · Score: 1

      You're right, science is a process, except that nothing in psychology can fit into a repeatable process. For instance psychology would say something like: "You love your mother because she has tits" or "You feel sad because etc...." , psychology is a way to make excuses about how humans think and function without ever applying a process to the study.

    3. Re:Is anyone surprised? by narcc · · Score: 1

      Prove it.

    4. Re:Is anyone surprised? by Murdoch5 · · Score: 1

      Well when more then 1/2 of your studies and research can't be repeated, you lose. For instance if I call myself the world best engineer and yet over 1/2 of everything i do is wrong and fails, that would be totally in disagreement.

    5. Re:Is anyone surprised? by narcc · · Score: 2

      We're talking about the demarcation problem here. Still, I'll answer your sillyness.

      Well when more then 1/2 of your studies and research can't be repeated, you lose.

      Then I guess we should toss out the whole of modern medicine as well, eh? Don't be foolish. This is how science is supposed to work. What concerns me most is that when faced with a failed replication, your first reaction is to reject the original research. It could have easily been a failure on the part of the second experimenters. To sort that out, you need are more replications. Science is riddled with contradictory results. That's normal, which is why replication is so damned important. See, a single experiment doesn't often tell you very much. It sure as hell doesn't result in gospel truth. All you generally get is "this is what we did, this was the result".

      For instance if I call myself the world best engineer and yet over 1/2 of everything i do is wrong and fails, that would be totally in disagreement.

      Here's an interesting statistic: Ty Cobb has the highest batting average in Major League Baseball history. He is, put simply, the best batter in the history of the world. What was his batting average? 0.366 Let that sink in.

    6. Re:Is anyone surprised? by Murdoch5 · · Score: 1

      When you start getting contradictory results from tested research, at that moment you need stop what you're doing, go back to the original papers and start over. You keep starting over until you either always agree with one set or results of can never replicate the original test.

      Your point about Ty Cobb is meaningless because that's not a control experiment, it's a random, fluctuating experiment, where the variables are always changing. Psychology can and never will be science, it's highly educated nut jobs, guessing randomly and scoped about the mental state of another person.

    7. Re:Is anyone surprised? by narcc · · Score: 1

      Any chance you're going to answer my initial challenge, 'why is psychology pseudoscience'? Given what you've written, I'm going to guess the answer is "no". I'll point out why when we get there.

      When you start getting contradictory results from tested research, at that moment you need stop what you're doing, go back to the original papers and start over.

      I should probably point out that the study you think justifies the rejection of psychology didn't go back to the original papers and repeat the experiments after their initial failed replications. Does that change how you view the study? Why or why not?

      There is an odd assumption wrapped up in that statement. The belief that a study either produced truth or it was unscientific. I've explained endlessly why that's absurd, and why science does not and can not deal in truth. There is a fundamental misunderstanding of the nature of science in your statement here. Again, you'll find contradictory results in every discipline, physics included. How does your understanding of science account for that undeniable fact?

      Your point about Ty Cobb is meaningless

      I think it illustrates perfectly why your engineer example was completely ridiculous. (It is possible to be the best engineer/batter/etc in the world even with a high failure rate. That 50% number is meaningless.) Oh, yes, in case you didn't know, science and engineering are two completely different things.

      Psychology can and never will be science, it's highly educated nut jobs, guessing randomly and scoped about the mental state of another person.

      I don't need to do anything here except point out that it makes it painfully clear that don't know the first thing about psychology. From the look of it, you've never even taken an undergraduate course.

      Perhaps you should leave science to those with actual credentials.

    8. Re:Is anyone surprised? by AthanasiusKircher · · Score: 1

      Here's an interesting statistic: Ty Cobb has the highest batting average in Major League Baseball history. He is, put simply, the best batter in the history of the world. What was his batting average? 0.366 Let that sink in.

      Here's another interesting statistic: the significance level generally agreed upon for many psychological studies is a minimum of 0.95. Assuming we don't have any other sources of error, bias, etc., that means we should end up with roughly 5% or less of studies that can't be replicated.

      Instead, the numbers are more like >60% of studies can't be replicated.

      It doesn't matter what Ty Cobb's batting average was, or whether he failed most of the time. Obviously most experiments will probably fail most of the time. The issue is when you have published articles that usually require a minimum statistical threshold.

      Thus, what matters is that many scientists have statistical procedures in place that are supposed to guarantee that the false positive rate is less than 5%. But those statistical procedures do no such thing -- and yes, that does mean there's a REAL and pervasive problem in research methodology when the standard for determining a "successful" study is this screwed up.

      (Obviously, anyone who knows anything about stats realizes that the naive use of p values, etc. is out of hand and leads to really misleading results, even absent deliberate p hacking and other manipulation or bias. This present study is just proof that the naive statistical use in many studies is much less useful than most scientists think.)

    9. Re:Is anyone surprised? by narcc · · Score: 1

      Read over my comment again, you've completely missed the point of that example.

  24. Re:Ain't science by kevinking.psyd · · Score: 1

    Ignorant is a strong word to some. I don't mean it to be an insult here. You are ignorant of too much to understand my points it seems. You're missing what I am saying or purposefully misinterpreting or focusing on minor supplementary points. I had a point-by-point response to your questions, but they were lost right as I was about to post them. I don't have the time to re-do. I recommend boning up on the philosophy of science. Here is a good start: https://en.wikipedia.org/wiki/...

  25. Re:Ain't science by Anonymous Coward · · Score: 1

    You may have collectively lowered the bar for each other — either because of these difficulties or because of some inherent imprecision of your domain and/or sloppiness of its practitioners — and TFA reflects the sorry outcome...

    This is precisely what goes on. The more complex the object of study the weaker the criteria for evidence. For psych/medicine/etc it is 5e-2 for a "significant" result, for particle physics it is 3e-7, five orders of magnitude difference. That is just for illustration of the bar lowering, I do not recommend using the concept of statistical significance with regards to a null hypothesis, but if it wasn't that it would be some other way.

  26. Re:Neuro Linguistic Programming by kevinking.psyd · · Score: 1

    Well, be careful. There is real, scientific NLP. It is used in a wide variety of clinical and professional (and other) settings. It is a hot area of psychological research.

    However, there is also the popular "NLP" concept advanced by "pick-up artists" like Magic and his band of bafoons. That is the nonsense stuff.

    The buzzword/terminology issues definitely make it hard to know what to trust these days.

  27. Re:A well-respected physician explained it this wa by kevinking.psyd · · Score: 2

    The physician must not have been very familiar with Psychology. Psychology is no medicine, nor is it like medicine 200 years ago. Further, psychology is far more than the study and treatment of mental illnesses. It is the study of behavior. Proper functioning is a far broader field than mal-functioning. Likewise, the body of psychological scientific literature extends far beyond mental disorders. He's totally right about chiropractors.

  28. why that is by Jodka · · Score: 3, Interesting

    We are right to hold discoveries of science and the scientific method in high regard. But that approval is distinct from respecting scientists as a class. The problem of non-reproducibility is no fault in the scientific method but instead indication of the rotten state of modern academia.

    Earlier in my career I worked at universities writing software used for psychology and neuroscience experiments. On the basis of that experience I can offer an explanation for why about 1/2 of experiments are not reproducible: A lot of psychology faculty are terrible liars. While some demonstrate perfect integrity, others, probably the ones generating all those irreproducible results, lied whenever it suited their purposes. Still others were habitual liars who lied not to achieve some specific outcome but out of habit or compulsion. The center director of one research group confided to me, after a dispute with the faculty, that he had not been able to control his compulsion to lie. And when I claim that faculty "lie", I do not mean what could, by any stretch, be characterized as errors, oversights, or honest differences of opinion. I mean abusive, sociopathic, evident and deliberate lying. Like being told that the inconvenient evidence which you have in hand, "does not exist."

    The lying is enforced by implicit threat. One time I responded to an email message, correcting an error, and then immediately after that a prominent member of the faculty, somewhat creepily, follows me into the restroom, stands too close to me while I am using the urinal, and explains to me in a threatening tone the error of my reasoning, which according to him, was that, "it would not do that because it would not do that." The dean imposed a disciplinary penalty on me for objecting to that. Though that was unusual, typically challenging lies elicited, a yelling, screaming fit from a faculty member. So it's not just lying, but lying backed up by threatening, thuggish, behavior of the faculty and university administration. This was a highly-regarded department with generous NIH funding, which makes me think that lying in that field is kind of a mainstream thing.

    The root cause here has little to do with science, per se, and has more to do with the rotten management of colleges and universities. Regardless of what the employee handbook states, there are few de facto restrictions on faculty conduct and university administrations act to cover up problems by disciplining and threatening the whistle-blowers. Jerry Sandusky was not a scientist, he was a football coach, but if you look at the way Penn State concealed child molestation and protected him, that is typical of the way universities respond to faculty misconduct as welll, and explains why academic dishonesty is tolerated. One full-time faculty member in the department in which I worked had not set foot in the department in over five years nor ever appeared in any of the classes which she "taught." According to the department chairman, every time she was contacted to encourage her retirement was, whe was, "drunk off her ass in the middle of the day." It was tolerated and covered up.

    I am not claiming that all scientists, fields, or academic departments are full of liars. I have never worked closely with physicists, computer scientists or mathematicians on a daily basis, but none whom I know personally have behaved like that.

    To sum it all up, psychology has a problem with poor reproducibility of published results, many of the psychology faculty I knew were terrible liars; there might be a causal connection between the two.

    --
    Ceci n'est pas une signature.
    1. Re:why that is by wisnoskij · · Score: 1

      But if science can be corrupted, how is it safe? Say you are transported a thousand years into the future. You no longer know the people and establishments doing science. Do you trust the scientific facts and results, or not? If you need to respect, trust, and know the scientists conducting the research to trust the results, that means that scientific findings are irrelevant. Are just as useless as someones hunch or theory. Science is setup specifically so that the science stands on its own, so that if we find out years latter that Einstein was an adulterer it does not invalidate half of science. But these results specifically mean the exact opposite. Scientific results really do depend completely on the integrity of the one making them, important pillars of scientific research that many more studies are based on can and are easily disproved. Proven research is proven to be incorrect. So no, I disagree, Science itself it broken.

      --
      Troll is not a replacement for I disagree.
    2. Re:why that is by martinux · · Score: 1

      It should never be assumed that any single source of information is authoratative, moreover it should probably be assumed that information coming from a limited number of people may include the biases of that person or group.

      The current peer review process is an attempt to remove as much of the subjectivity from the findings as possible by introducing independent reviewers. Does it work? Somewhat.

      Peer review has its own problems; I once turned down a request to review a study because it contained material I simply did not have expertise in. I voiced my concerns to the editor of the journal who assured me that this was not a problem.

      I know of one example of a reviewer trying to inject their own research into a study where it was tenuously relevent. The amount of work required to add this material was not trivial.

      Ultimately, people are still involved in science. However, science is self-correcting: Can't reproduce a result? Results and conclusions are then considered poorly founded. Researcher found to have ulterior motives? Their entire past work and any future work will be subjected to greater scrutiny. Don't ever underestimate how invested people get in their own pet theories either.

      The scientific process is not perfect but it's the best solution we currently have to removing the people problem.

    3. Re:why that is by wisnoskij · · Score: 1

      "However, science is self-correcting." Except this statement is completely unfounded by evidence. This study, and others like it, show that this science starts out incorrect, and continues to be incorrect. And at no point in time does it magically get self-corrected.

      "The scientific process is not perfect but it's the best solution we currently have to removing the people problem." The scientific process is the only method we use. And there are many alternatives that no one in modernity has seriously measured against science to see if they are perhaps better. People say that science is the absolute best possible solution we are ever going to get, but no one has ever bothered to back that up with evidence. While the evidence we do have implies that flipping a coin instead of using double blind trials might actually yield better results!!!

      I will title it the "Random Luck Method" and will revolutionist the field of Cancer research by reducing the cost of research to basically zero (flip a coin, heads the hypothesis is true, tails it is false) while increasing the reproducible (and objective truthiness of the results) by up to 40% more than science is giving the field. (Some studies have found reproducibillity as low as 10%)

      --
      Troll is not a replacement for I disagree.
    4. Re:why that is by semper_statisticum · · Score: 1

      When confronted with errors in their mathematical/statistical analysis of their results (making invalid assumptions that were empirically unjustified to validate the use of traditional OLS regression), I had two different professors give me a response:

      I am not a statistician, I'm a psychologist.

      That is a paraphrase of one, and a verbatim of the other. My final year as a undergraduate, my school offered a `psychometrics and testing' course, which deals with the mathematical theory of relating imperfect observations to actually measurement inferences. This professor, a clinician, intended the end of the first class to be a bragging ritual of what a great methodological expert he was. He got 10 minutes into it before I raised my hand and started correcting the gross errors that he was espousing to the students. Basic statistical operation facts, one of the more prominent ones being that the standard assessment of adequacy for a simultaneous (structural) equation model in reproducing observed data is to produce a chi**2 value (df=free parameters) with a p-value less than .05

      This is actually the opposite of how the method works, but he defended that he was an expert and knew that of which he spoke.

      Now, I'm a second year graduate student specialising in psychometrics and quantitative psychology. I finished two masters degrees in one year, and am taking my comprehensives in the Spring, because I couldn't do it any faster with the administrative bureaucracy. My dissertation work is in relaxing the multivariate normality assumptions that plague simultaneous equations, which are solved by using multivariate normal maximum likelihood. I work with information in statistical practice as defined as the inverse log(probability) (or entropy), viewed as the amount of error in our data that we cannot predict.

      I am an extreme example of my subfield of psychology (normally, when we attempt to publish methodological developments and maths heavy papers in the typical Psychology study journals, we get told to publish them in the statistical methods journals, because those are who will understand them. These papers are rejected at the editorial level, and not even sent out to be peer reviewed. The fact that the actual level of competence in their readership is so low doesn't seem to be worth contemplating). I actually consult on national education projects, private industry scale development (autism scale development, for example), and I bring in 200% of what my school pays me as a stipend in personal funding, plus the actual study funding. As an undergraduate, I brought in such a large amount of funding, that you had to go back almost thirty years for the ENTIRE DEPARTMENT to produce the same amount of money. Their defence was that they were a teaching institution and research was secondary.

      The problem is psychologists don't seem to understand the maths behind the p-values they report (and confidence intervals, while heralded as the salvation of relying on p-values, are the exact same thing). They don't understand that the assumptions that underlie the methods they use are not universal constants that can just be taken as the divining rods of truth. I've actually criticised people's dissertations that were on the cusp of defence, as not even being remotely statistically valid and yet they've gone on to a successful defence without changing a damn thing. It is just a variation of sticking your head into the sand.

      Of course this isn't simply relegated to psychology, or even just the social sciences as others have pointed out. It is endemic to them though. Three positions were created as `quantitative methods' experts at my undergraduate school that were filled in my final year. One was filled by a statistician with the maths department, and the two of us are working on creating a statistics focused `Quantitative Social Sciences' program. One was a psychologist, who I, of course, questioned when they were brought in for and who answered the bulk incorr

      --
      The Spanish Inquisition of Psychometrics; Burning all the heretics.
    5. Re:why that is by martinux · · Score: 1

      Incorrect. That study (I'd need to see citations for the "others like it") shows that only the studies it investigated are probably incorrect as the results were not reproducible. It cannot make any predictive claims on the future of any given field and thus stating that "science" continues to be incorrect is a generalisation that you cannot possibly support by evidence. The fact that we know how and why the sun "rises" despite many erroneous theories is enough to discard your claim. A hypothesis was made and tested, conclusions were reached, eventually the conclusions were reached independently by a range of persons through the same process.

      The scientific process is not limited to one or a few studies. At any time conclusions can be refuted and they often are because scientists are a competitive bunch. Finding a better explanatory model of any phenomena results in prestige. At no point does magic come in to it.

      The scientific process is not the only method we use. We've listened to holy people who made authoritative statements based on revealed truth, people have simply decided intuitively why things are the way they are. Said truths don't tend to stand up to any scrutiny.

      I'm sure everyone would benefit from your suggestions of better alternatives to the scientific method.

  29. Cargo Cult Science by Latent+Heat · · Score: 1
    Insufficient (experimental) control.

    That is pretty much the charitable explanation that Feynman offered in his notorious public talk on this subject.

    That and confirmation bias. The classic example is Millikan's initial but not-quite-accurate measurement of the charge of an electron followed by subsequent results that "drifted" slowly but surely to the more modern measurement value.

    Gee, Millikan is way off, but I can't publish this, I need to go over my apparatus and procedures to find what is wrong. In that way, only small changes from the "accepted" value get published until converging on a more accurate value.

    Feynman was as much as saying that research in behavioral psychology was a Cargo Cult -- going through the motions that brought the planes and ships to our island without understanding that the arrival of the planes and ships had something to do with a war fought far from the horizon of the island and that actions taken by people on the island have no influence on when that war started, how long it continued, and when it ended.

    He pretty much gives the benefit of the doubt on fraud, but he calls them out on experimental control, giving the example of one investigator going to the trouble to isolate the cues rats were relying upon in a maze experiment, finding it to be the sounds their feet made on the wooden boards of the maze floor, suppressing that sound by placing the maze box in sound-dampening sand, and finding the behavior of the rats to be entirely different when deprived of that cue. The amazing thing, to Feynman, was that setting the maze in sand was never adopted by subsequent studies -- the scientists in that "community" just plain didn't care.

  30. Humans will never effectively study themselves by gestalt_n_pepper · · Score: 1

    We're inherently too biased. Only an AI with scalable human-like intelligence will give us real answers about ourselves.

    This may be why one will never be built.

    --
    Please do not read this sig. Thank you.
  31. so Scientology is Correct? by jsepeta · · Score: 1

    Very interesting. Xenu would be proud.

    --
    Remember kids, if you're not paying for the service, YOU ARE THE PRODUCT THAT IS BEING SOLD.
  32. At the University of Alberta by Dixie_Flatline · · Score: 2

    (...as of about 8-9 years ago) The psych department had its own stats class, taught by a psych professor. You couldn't get an exemption if you had a high-level statistics course under your belt already, they insisted that psych stats were 'special' somehow, and needed to be taught differently.

    If by 'special', you mean 'less rigorous' and 'taught by people that literally don't understand the definition of a function', then yes, the classes were special, and failed to prepare the students in any significant way for good statistical analysis.

    I'm sure the story is the same at many universities.

  33. Science has disproved itself by wisnoskij · · Score: 1

    Science has disproved itself. It is not even internally consistent. Actual hard sciences get the same results. If you have no reason to trust the a result returned from science is more likely to be true that 50-50, then the entire system is just worthless. I think we need to rethink the whole process.

    --
    Troll is not a replacement for I disagree.
    1. Re:Science has disproved itself by kevinking.psyd · · Score: 1

      Troll or fool?

  34. Re:Ain't science by david_thornley · · Score: 1

    I'm going to suggest that it's possible to understand how science works without actually practicing it. I'm not suggesting that it's possible to understand it without reading a lot of papers.

    The experimental psych papers I read were pretty detailed on the protocol and fairly rigorous in the analysis. They tended to take a hypothesis, test it, and publish in enough detail to replicate and confirm. I don't know about the papers I didn't read.

    (The most masterful use of the "least publishable unit" theory I ever saw was in psychology, FWIW.)

    --
    "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  35. Re:Ain't science by meglon · · Score: 1
    Admittedly it's been decades since i did any research (chemistry, IR specs of solids), however, you make my point for me.

    The truth of that science (psychology) needs to be taken with a large grain of salt because we are talking about summarizing a very wide set of behaviors, outcomes, and causes with a relatively small amount of words.

    What you're saying is, even in the best circumstances, you arrive at nothing more than generalizations and conjecture. That's fine for a social science i suppose, but not science.

    What i have seen from many papers i've read (since the 1980s) is that confirmation bias is pretty common, typically in very obvious if not glaring ways. Some of the conclusions in papers i've seen are so far removed from what data was actually taken you have to wonder whether the research even looked at it, so it's either a massively flawed experiment design, or people too incompetent to read or use basic logic.... and this is the stuff that actually passes through peer review.

    Also to point out something else:

    I can tell you that experiments in the social sciences (when done correctly) are far more controlled (relatively speaking) and reviewed before they are conducted than experiments in "hard" fields.

    Here you are simply wrong.

    --
    Fascism: An authoritarian and nationalistic right-wing system of government and social organization. See also: NAZI's
  36. Publish or perish by grege1 · · Score: 1

    All the major universities must have the prestige of staff who are published researchers. So there is this constant push to publish or lose your job. Not just Psychology, right across the board. The system creates a stream of mediocrity.

  37. "Those of us from a hard science background alway" by gzuckier · · Score: 1

    Puh leeze. I would not be surprised to find that you couldn't reproduce 50% of the published papers in "hard sciences" couldn't be replicated either. Do the words "cold fusion" ring a bell? Depends what you call hard sciences though. Note that several of the irreproductible examples given are brain scans etc. which is definitely on the harder side of the softer sciences.

    --
    Star Trek transporters are just 3d printers.