Slashdot Mirror


Psychology's Replication Battle

An anonymous reader sends this excerpt from Slate: Psychologists are up in arms over, of all things, the editorial process that led to the recent publication of a special issue of the journal Social Psychology. This may seem like a classic case of ivory tower navel gazing, but its impact extends far beyond academia. ... Those who oppose funding for behavioral science make a fundamental mistake: They assume that valuable science is limited to the "hard sciences." Social science can be just as valuable, but it's difficult to demonstrate that an experiment is valuable when you can't even demonstrate that it's replicable. ...Given the stakes involved and its centrality to the scientific method, it may seem perplexing that replication is the exception rather than the rule. The reasons why are varied, but most come down to the perverse incentives driving research. Scientific journals typically view "positive" findings that announce a novel relationship or support a theoretical claim as more interesting than "negative" findings that say that things are unrelated or that a theory is not supported. The more surprising the positive finding, the better, even though surprising findings are statistically less likely to be accurate."

172 comments

  1. Freud's problem too by turkeydance · · Score: 1

    good luck with that.

    1. Re:Freud's problem too by Anonymous Coward · · Score: 5, Insightful

      When psychologists stop producing so many studies with obvious bias, subjective terminology, subjective conclusions, and stop arbitrarily coming to conclusions based on data flawed for those reasons, maybe it could be taken seriously. Obviously, replication is needed, too.

      But so many people are fooled by it. Want a study that says video games cause people to be aggressive? There's a psychology study for you, but there's also one for your opponents. And all of them are bad science.

    2. Re:Freud's problem too by sjwt · · Score: 5, Insightful

      Yup, like the recent one about men not being able to 'be alone with their own thouhgs'..

      That same data can also read 'Men, more willing to put up with pain' or 'Men, more curious and want to know what they may experience'

      --
      You have 5 Moderator Points!
      Which Helpless Linux zealot/MS basher do you want to mod down today?
    3. Re:Freud's problem too by AthanasiusKircher · · Score: 1, Offtopic

      Yup, like the recent one about men not being able to 'be alone with their own thouhgs' [washingtonpost.com]..

      Yeah, note it was already discussed here too.

      That same data can also read 'Men, more willing to put up with pain' or 'Men, more curious and want to know what they may experience'

      Perhaps the one thing more common than flawed social science experiments is Slashdot commenters who think they can find flaws but haven't actually read the paper or thought about it.

      This "same data" really CAN'T be "read" that way: the researchers specifically asked the subjects to experience the shock FIRST (so we can't assume they were just curious). And that stage of the study specifically excluded those who weren't seriously offended by the shock (they only let people continue if they said they'd actually pay money not to be shocked again), so it's difficult to conclude that these guys were simply "more likely to put up with pain" since they also were specifically chosen for disliking it.

      Now, there were some serious flaws with this study, and perhaps the data could be interpreted differently. But if we're going to sit around and be "back-seat researchers" critiquing what others have done, let's at least pay attention to what they did, rather than immediately assuming they are idiots and didn't try to control for some of the issues we wonder about.

    4. Re:Freud's problem too by Lemmeoutada+Collecti · · Score: 1

      Of course, that selection bias could also be read as those who are willing to pay to avoid something unpleasant have less patience than those who are not. Or that those who have a lower tolerance for pain are also less likely to value quiet and solitude - e.g. they are more likely to be extroverted - than those who have a higher tolerance. The data is clear: based on the chosen subset of the male population, there is a correlation between the subset and the dislike of and/or inability to endure solitude. That is pretty much all it does clearly indicate. It is not generalizable to the population as a whole, nor even to the subset of the population as a whole.

      --

      You can have it fast, accurate, or pretty. Pick any 2.
    5. Re:Freud's problem too by Anonymous Coward · · Score: 0

      A fairly well-known psychologist also used to be a computer programmer in the 60's and according to him all the psychology undergrads used to come to him to get randomized data from him because while we like to think we're capable of creating random data, we're actually quite horrible at it, and they needed random data for the study they were *supposed* to have actually performed. Anyway, he says that in the 70's and 80's he discovered that many of the studies he "assisted" in had been cited in other MAJOR studies and so to this day you can find some studies that won't be replicable and they're in part due to his programming skills. Thanks to this I check citations to see if any originated in the 60's and early 70's and if so then I question them highly.

  2. Easy to measure versus important by Tablizer · · Score: 3, Insightful

    Psychologists are up in arms

    Perhaps they need some therapy :-)

    a fundamental mistake: They assume that valuable science is limited to the "hard sciences."

    Software engineering has a similar problem. Things that are objective to measure, such as code volume (lines of code) are often only part of the picture. The psychology of developers (perception, etc.), especially during maintenance, plays a big role, but is difficult and expensive to objectively measure.

    Thus, arguments break out about whether to focus on parsimony or on "grokkability". Some will also argue that if your developers can't read parsimony-friendly code, they should be fired and replaced with those who can. This gets into tricky staffing issues as sometimes a developer is valued for their people skills or domain (industry) knowledge even if they are not so adept at "clever" code.

    Thus, the "my code style can beat up your style" fights involve both easy-to-measure "solid" metrics and very difficult-to-measure factors about staffing, side knowledge, people skills, corporate politics, economics, etc.

    1. Re:Easy to measure versus important by Intrepid+imaginaut · · Score: 2

      Completely different situation. In programming discussions are how to optimise the processes involved, the problem with psychology its that they aren't sure if they're working on computers or breakfast cereal boxes with a few rectangles drawn on them. The main value that psychologist bring to the table today is to fulfill the role of that good friend who isn't afraid to lay out a few home truths. Of course if you already have such a friend, the need to attend a psychologist is naturally obviated...

      So, I'm just going to leave this here.

    2. Re:Easy to measure versus important by tomhath · · Score: 1

      Completely different situation. In programming discussions are how to optimise the processes involved

      But the discussion is based on nonsense. "Separation of Concerns" is a Good Thing, right? Who says? Gang of Four patterns are the proper approach, right? Why?

    3. Re:Easy to measure versus important by Anonymous Coward · · Score: 1

      A friend cannot really replace a counselor because friends have their own interests in your life that isn't necessarily your own interest. Rely on friends for everything, but not for helping you find out what to do with your life. They just have too much to lose. Some friends even depend on you being miserable and emotionally exploitable. And don't say " no true friend" because you don't know "true" from "false" friends when you're in a needy situation.

    4. Re:Easy to measure versus important by phantomfive · · Score: 2

      the fascinating thing to me is that sometimes programmers with drastically different coding styles (say, a Lisp macro/functional style compared to an object-oriented small-objects-everywhere style), who would argue vehemently about how the other side is wrong, can still both write incredibly good code. That is, the code will get the job done, be readable, and be flexible.

      Because drastically different styles can end up with good code, I see that as a sign that we as programmers haven't figured out the elements that actually comprise good code. Some programmers do it, but they aren't able to vocalize it, and focus on syntax, etc.

      --
      "First they came for the slanderers and i said nothing."
    5. Re:Easy to measure versus important by buybuydandavis · · Score: 1

      The main value that psychologist bring to the table today is to fulfill the role of that good friend who isn't afraid to lay out a few home truths.

      Actually, I don't think so. In my limited experience, there seems a large methodological bias towards non directed therapy. Let the patient talk. Maybe ask leading questions, but no trace of "lay out a few home truths", at least about the patient himself.

    6. Re:Easy to measure versus important by buybuydandavis · · Score: 1

      Also, it's unlikely that you'd be willing to be *completely* honest with your friend. Having an objective person totally separate from the scenario is valuable.

    7. Re:Easy to measure versus important by Anonymous Coward · · Score: 0

      Accumulation of tests and increasing reliability in a product line component, or risk driven approach to software architecture should both validate the idea of separation of concerns. Gang of Four patterns are observations about common solutions to similar problems in a given development environment and an attempt to create a common language.

    8. Re:Easy to measure versus important by HiThere · · Score: 1

      As you said, "limited experience". That is one (or a few related) schools of psychology. Others, are much more directional.

      OTOH, nobody goes around "laying out a few home truths", because that is counter-productive. (Some psychologists don't seem to do better than random, but they all avoid known bad choices...like "laying out a few home truths".)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    9. Re:Easy to measure versus important by tomhath · · Score: 3, Funny

      should both validate the idea

      Over the years we've heard that a good Waterfall process was the magic bullet with Data Flow Diagrams documenting everything before a line of code is written.. . No wait, it's Object Oriented Analysis/Design that will save the day...but no, that didn't work either - but Service Oriented Architecture is the way to go. The latest fad is whatever book sold well recently; none of it is based on any metrics or real science.

    10. Re:Easy to measure versus important by Anonymous Coward · · Score: 0

      A counselor cannot really replace a friend because counselors have interests (most notably financial) that are not necessarily your own interest. Rely on counselors for everything, but not for helping you find out what to do with your life. They just have too much to lose. Some counselors even depend on you being miserable and emotionally exploitable. And don't say " no true counselor" because you don't know "true" from "false" when you're in a needy situation.

    11. Re:Easy to measure versus important by Anonymous Coward · · Score: 0

      I see you failed to separate the concerns between programming and engineering technologies. ;)

  3. because it's wishful thinking by Anonymous Coward · · Score: 1

    Scientific journals typically view "positive" findings that announce a novel relationship or support a theoretical claim as more interesting than "negative" findings that say that things are unrelated or that a theory is not supported. The more surprising the positive finding, the better, even though surprising findings are statistically less likely to be accurate.

    Because it's always wishful thinking and the 'findings' are always BS. About time it's called out for the non-science nonsense that it is.

  4. "less likely to be accurate" by Vinegar+Joe · · Score: 3, Funny

    That's a surprise.

    --
    "The average reporter we talk to is 27 years old......They literally know nothing." - Ben Rhodes
  5. WTF? by Oidhche · · Score: 5, Insightful

    it's difficult to demonstrate that an experiment is valuable when you can't even demonstrate that it's replicable

    Duh. That's because an experiment that is not replicable has *no* value.

    1. Re:WTF? by gTsiros · · Score: 0

      physicist here

      there *are* experiments that are non-replicable, but still valuable.

      hell, we have thought experiments that are also valuable

      --
      Looking for people to chat about multicopters, coding, music. skype: gtsiros
    2. Re:WTF? by Anonymous Coward · · Score: 0

      Shoot, Pons and Fleischmann's cold fusion experiments were non replicable...lol

      Seriously, if an experiment can not be replicated, then there is something wrong with the experiment. Thought experiments are in a different category.

    3. Re:WTF? by Zero__Kelvin · · Score: 1

      I hate to break it to you, but "thought experiment" is a misnomer.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    4. Re:WTF? by justthinkit · · Score: 2

      there *are* experiments that are non-replicable, but still valuable.

      I missed your examples. Could you repeat them?

      --
      I come here for the love
    5. Re:WTF? by thesandtiger · · Score: 2, Interesting

      There's different levels of replication.

      In physics, you can generally replicate an experiment vary precisely if you've got a handle on the factors that went into that experiment - control the environment, etc. You can have an almost perfect replication. Yay, science!

      In social psychology research you can't ever even approach that same level of control over the environment the experiment takes place in. The subject will be different - even if it's the same subject used in the first experiment, because people change over time/exposure. The interviewer will be different because people change over time. The dynamic between interviewer and subject will be different. The history of the subject will be different as will the history of the interviewer as will the place the interview is taking place, etc. etc. etc.

      The best such research can do is to either find that there is a tendency for x to happen in y circumstances, but it might not always be the case.

      And, actually, there is a fair amount of basic replication that goes on in many psychological studies; when I was in the field working on studies we would routinely include certain basic measures that had been used in tens of thousands of studies before and compare anticipated vs. actual outcomes.

      But even if it doesn't get replicated it actually has some value in that it would indicate that whatever the original experiment felt was a contributing factor to the main reported effect, a lack of easy replication under mostly similar circumstances indicates that that factor probably isn't as strong as hypothesized, and it cuts off a (probably) blind alley.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    6. Re:WTF? by Oligonicella · · Score: 1

      In social psychology research you can't ever even approach that same level of control over the environment the experiment takes place in.

      Exactly. This alone negates any claim as to whatever result is "found". That basic replication you refer to later is like saying "I used copper wiring in all my experiments" and never giving the length or gauge.
       
       

      a lack of easy replication under mostly similar circumstances indicates that that factor probably isn't as strong as hypothesized, and it cuts off a (probably) blind alley.

      Interesting you use probably twice in one sentence as you attempt to support those experiments as having value. Other than being your opinion, how is it you're sure of your conclusion? Provide some empirical confirmation please.

    7. Re:WTF? by fermion · · Score: 1
      We also have to look at how repeatability works. One reads a paper, does one best to follow the work, perhaps calls one of the researchers to get clarification, combine this with known methods, and at the end of the day maybe get a similar result. If, as in the case of cold fusion, the result is not similar, then there is at least some carelessness if not fraud in the original result. Which is fine because it is just one result, and no one should thinks one result is conclusive.

      In social sciences reproducibility is possible. For instance in epidemiology databases are crunched using well known statistical methods to determine correlations, then further science is applied to determine is these correlations might be causative. If a second party cannot do an equal statistical analysis and get similar results then the results are not valid. If a second party can go through the process of collecting the data and find systematic errors, then the results is not valid. This is in fact a big problem with education research. When subject to the process of real science, much if not most of the research has been shown to not meet those standards.

      So social science research can be scientific, but there is a second issue. We expect research to be predictive. It is said that field such as astronomy are as unscientific as social science. But in astronomy there is an element of application. The results are used to predict other finding which then can be confirmed. This is the element that makes fields such as physiology less scientific.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    8. Re:WTF? by Anonymous Coward · · Score: 0

      a thought experiment is a perfectly fine philosophical construct but you do indeed need to keep in mind that any answer you get through it will also be philosophical in nature

    9. Re:WTF? by Anonymous Coward · · Score: 0

      Recording supernovae, each one happens only once and is unique in various ways. Dissecting passenger pigeons, because they're extinct. Studying the medical complications of Thalidomide babies, since the teratogenic drug is now off the market.

      Any scientific analysis of an event which occurred once may not be directly replicable. There may be a great deal of the experiment that _can_ safely and economically be replicated, and should, to ensure that the first experiment was not biased or a unique accident of probability. And the experimental uncertainties for many social experiments is quite overwhelming: the experiment in this article is a great example.

      The outliers in the data, for example, need to be checked. What was with the guy who shocked himself 190 times? And where were his electrodes attached?

    10. Re:WTF? by Oligonicella · · Score: 0

      A thought experiment is almost always constructed in a highly biased manner, excluding many, many alternative choices. It's primary concern is to give the questioner the moral high ground, allowing that questioner to point out the ethical failure of the respondent.

    11. Re:WTF? by Oligonicella · · Score: 4, Informative

      Recording supernovae

      Not an experiment.

      Dissecting passenger pigeons

      Not an experiment.

      Studying the medical complications of Thalidomide babies

      You got one.

      Any scientific analysis of an event which occurred once may not be directly replicable.

      Actually the analysis can be replicated ad nauseam.

    12. Re:WTF? by interiot · · Score: 0

      So history and political science are useless, and should stop being taught in schools?

      Empirical knowledge isn't the only useful knowledge.

    13. Re:WTF? by Anonymous Coward · · Score: 0

      ... except that the lack of control is why every science replicates things. You can't control everything, and that's why you attempt to replicate.

      Replication is demonstrating that an effect is generalizable across undocumented, uncontrolled effects. So you give the length or gauge, but not the pressure, or all of the fields impinging on it.

      Psychology isn't any different, it's all relative. There are plenty of effects that replicate very well.

      Lack of replication isn't unique to psychology. Google Ioannidis and replication, and you'll see what I mean.

      I'm starting to wonder if the reason people are getting so sensitive about replication in psychology is that they feel threatened about their own pet field of science. E.g., "I don't have to worry about personal biases in [physics/chemistry/biology/pharmacology/ecology] because it doesn't happen. We're not like those trash sciences ... " It allows them to keep their heads in the sand and ignore their own problems with scientific politics.

      String theory anyone?

    14. Re:WTF? by Anonymous Coward · · Score: 0

      Any experiment where when the results are known, will profoundly change the experimental subjects.

      For animals, this is less of a problem, but can be part of experimental failures to replicate.
      For human psychology, effects such as this, as well as mental states, culture, and tons of other biases, makes it actually *harder* than "hard sciences" to experiment hypothesis and create theories. Theories may also need to change because of the same theories!

      This does not equate to psychology and minds not being "worth" studying. Heck, very few issues are more important in most people's lives!
      People don't care about quantum effects or informational theories. It's typically not applicable.
      Psychology, happiness and high ethics are applicable to EVERYBODY.

    15. Re:WTF? by Anonymous Coward · · Score: 0

      It would help you if you took off your own glasses.

      Most important things in people's lives are those things that are not quantifiable.
      Social experiments can never become empirical the way you try to impose, since the social structures, relationships, modes and processes are always changing. They can even change directly caused by publishing the results of said experiments!

      It's a feedback-loop, so it's provably chaotic. It's actually harder to study than "hard" sciences. Yet, can have much more positive impact on society and individuals.

      If only the reporting on experiments where done correctly, we didn't have to reject so many articles about "X causes Y". That's bad reporting, not necessarily bad experiments.

      Lastly, a negative outcome is also valuable. Everything we do raises our awareness and deepens our understanding.

      Pro tip: Start reading about "Emotional Intelligence". Very very insightful research that are directly applicable to everybody, especially people in companies.

    16. Re:WTF? by sexconker · · Score: 3, Interesting

      None of those are experiments. Experiments test hypothesis. You have to specifically DO something to test your claim and NOT do other things for control for it to be an experiment.

    17. Re:WTF? by sexconker · · Score: 2

      History is useful.

    18. Re:WTF? by thesandtiger · · Score: 0

      I use "probably" because I'm able to recognize the weaknesses and potential for flaws in the results inherent in any study that involves humans as the subjects and more importantly, the mind and behaviors. It's funny that you're taking someone being honest about known limitations of a field as somehow a bad thing. Instead of being intellectually honest and acknowledging that, should I have tried for rhetorical points and overstated my case?

      As to your request for empirical evidence about the value of the experiments, you do understand that "value" is inherently subjective, right? There are plenty of people who find no value what-so-ever in science or any other intellectual pursuit (and we make fun of them here on /. quite frequently). Given this discussion, I'm quite certain that you and I ascribe different values to a great many things. I personally think there's a cost/benefit to any field of study, and that if the benefits outweigh the costs, there's value in that study. In this case, you may not find value in trying to understand why human beings do the things they do, and that's your right; I, however, do find value in trying to understand human behaviors. In fact, I find enough value in it that I'm willing to accept that the investigation into those behaviors will be challenging, probabilistic vs. deterministic, and often frustrating when compared to other disciplines.

      The tl;dr thing is this: I find as much value in trying to understand gravity as I do in trying to understand why human beings do the things they do, even if it's a hell of a lot harder to design experiments and the results are a hell of a lot muddier when you involve subjects as complex as humans.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    19. Re:WTF? by thesandtiger · · Score: 1

      Actually, hell let me throw a challenge at you:

      Please explain the value in trying to understand gravity in a way that is general enough to also apply to numerous other fields that are deemed to "have value" but that excludes trying to understand human behavior.

      If you can do so in a way that is meaningful and isn't intellectually dishonest I'll be surprised.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    20. Re:WTF? by HiThere · · Score: 2

      ??? Did you notice that the guy first mentioning "thought experiment" claimed to be a physicist? Moral high ground? Please tell me what "moral high ground" was involved in Einstein's famous "elevator" thought experiment.

      I will grant that there are those who misuse the term, but give him the credit for properly using it.

      OTOH, "thought experiments" in the area of psychology are, in my experience, so poorly done that they neither demonstrate nor validly support any argument. Some of them do point in interesting directions, but what people believe they will do in a situation is often very different from what they would actually do, and that renders them of at best questionable value, even when well designed.

      --

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

      There are valid definitions of "experiment" for which those are experiments.

      E.g., theories are often only checkable by conditions around a supernova. This means you have a theory and a prediction. You won't be able to prove everything about the theory by observing a single supernova, but you may be able to disprove it. And in science you can never prove a theory correct, you can only fail to disprove it.

      FWIW, the Higgs boson has been a terrific disappointment because it didn't prove any theories wrong. There's still hope, but it's getting smaller. This is an especial disappointment because we know our current theories are wrong, or at least incomplete, but we don't know where to look for how to change things. Everything we try seems to come out as the theories predict. Perhaps the Higgs will show SOME unexpected behavior. Perhaps we'll have to depend on gravity waves. (Ugh. If you think the Higgs was hard to measure...) Maybe the answer will lie in terms of "cosmic connections" (which is sort of like entanglement, but with posterior measurement rather than prior sharing of a state).

      But guess what....Every Higgs particle measurement is a separate non-repeatable experiment. We can't control the environment well enough to make them repeatable. Worse, so far they've all had to be done on the same (not replicable) equipment. This is clearly not optimal, but you deal with what you've got.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    22. Re:WTF? by Anonymous Coward · · Score: 0

      > I find as much value in trying to understand gravity as I do in trying to understand why human beings do the things they do

      You should read Alan Sokal's Towards a Transformative Hermeneutics of Quantum Gravity, it's a classic in the field.

    23. Re:WTF? by HiThere · · Score: 1

      I'd agree with you if you made a few changes, thus:
      Yet, can have much more positive impact on society and individuals.
      to:
      Yet, can in principle have much more positive impact on society and individuals.
      and:
      That's bad reporting, not necessarily bad experiments.
      to:
      That's bad reporting. It's nomal in reports on experiments.
      and
      Lastly, a negative outcome is also valuable.
      to:
      Lastly, a negative outcome is as valuable as the original result. It's just not seen as as newsworthy.

      Additionally, with respect to the first point, whle in principle the results from psychology could be beneficial to society, in practice they appear to be mainly used for the powerful to control the less powerful. This generally results in negative impact on individuals. Perhaps society benefits, for certain meanings of society. But there's more than one reason that Behaviorism was so well funded for so long.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    24. Re:WTF? by ultranova · · Score: 3, Insightful

      You have to specifically DO something to test your claim and NOT do other things for control for it to be an experiment.

      But in that case the word "experiment" has been defined so narrowly it's no longer the sole validator of scientific theory. For example, General Relativity predicted that light would be affected by Sun's gravitational field, which was later observed during a solar eclipse, which is a naturally occurring event.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    25. Re:WTF? by Anonymous Coward · · Score: 0

      "Everything we try seems to come out as the theories predict"

      Perhaps the predictions being tested are vague enough that it is not difficult to get results consistent with them (eg higgs boson mass)

    26. Re:WTF? by Anonymous Coward · · Score: 0

      "in epidemiology...well known statistical methods"

      It is also well known that to disprove a strawman is largely useless. It offers almost no corroboration, yet this is the most common use of statistics. If the null hypothesis is not predicted by your theory you are doing it wrong.

    27. Re:WTF? by sexconker · · Score: 1

      You have to specifically DO something to test your claim and NOT do other things for control for it to be an experiment.

      But in that case the word "experiment" has been defined so narrowly it's no longer the sole validator of scientific theory. For example, General Relativity predicted that light would be affected by Sun's gravitational field, which was later observed during a solar eclipse, which is a naturally occurring event.

      Experimentation has never been "the sole validator of scientific theory". Simple observation has been and always will be the primary tool we use to learn shit. If you want to rely only on strictly formal validation, then you're going to have to design and conduct an actual experiment to test gravitational lensing.

    28. Re:WTF? by gTsiros · · Score: 1

      speak straight, without sarcasm.

      there are examples, if you wish you can find out about them yourself.

      --
      Looking for people to chat about multicopters, coding, music. skype: gtsiros
    29. Re:WTF? by Eythian · · Score: 2

      Just to add to what you're saying, thought experiments can be perfectly valid in the physical sciences. Newton had a great one determining that differently weighted things falling will fall at the same speed (all other things being equal.)

      If you assume that a light cannon ball will fall slower than a heavy one when you drop them, and then you tie them together, it stands that they must fall at a speed in the middle of what they will each fall at. But tying them together makes them effectively one object, so it'll fall faster.

      Given these both cannot be true, everything must fall at the same speed.

      This is a nice example (to me) of a though experiment that can provide useful results.

    30. Re:WTF? by romons · · Score: 1

      I grant that some fields have difficult time with replication. Consider economics. There are 'natural experiments' that occur because of policy changes. However, replicating them can rarely be done, due to the complexity, and also due to the ethical implications.

      However, this is rarely true in psychology. Those experiments can be redone cheaply again and again. The fact that they aren't replicated has more to do with lack of will than anything else.

      Someone needs to start a journal of 'reproducible results', that will only publish articles about experiments that have results which have been replicated by three independent teams. To hell with reviewers, they just push their hidden agendas anyway.

      --
      Go to Heaven for the climate, Hell for the company -- Mark Twain
    31. Re:WTF? by romons · · Score: 1

      General Relativity predicted that light would be affected by Sun's gravitational field, which was later observed during a solar eclipse, which is a naturally occurring event.

      Actually, that experiment has been replicated many times. The sun and moon were both part of the apparatus used to conduct the experiment.

      --
      Go to Heaven for the climate, Hell for the company -- Mark Twain
    32. Re:WTF? by Anonymous Coward · · Score: 0

      "trying to understand gravity" to the Newtonian approximation helps with construction of tall buildings and especially plumbing for tall buildings, ballistics (useful when shelling tall buildings from a distance), the orbits of many spacecraft including most artificial satellites (notably geostationary telecommunications and broadcast satellites), flood management, modern hydro engineering (power, water distribution and irrigation, watershed management), some types of distillation (in petroleum and plastics precursors notably),

      "trying to understand gravity" to the Einsteinean approximation helps with global time synchronization and satellite precision positioning (e.g. GPS). The equivalence principle also helps find tolerable limits to the accelerations people can be exposed to in high speed transport or in vehicles which manifest non-negligible higher order derivatives of position with respect to time, such as one finds in modern theme parks (e.g. roller coasters!), although these are usually dealt with as corrections to or extensions of Newtonian gravity, for simplicity of calculation. High speed elevators in extremely tall skyscrapers may also use post-Newtonian corrections to free-fall (in the Einsteinean sense).

      Of course, this is just guessing at what you want since your challenge is not especially clearly worded.

  6. Not Just Psychology by jamesl · · Score: 3, Insightful

    The reasons why are varied, but most come down to the perverse incentives driving research. Scientific journals typically view "positive" findings that announce a novel relationship or support a theoretical claim as more interesting than "negative" findings ...

    This applies to all science, not just psychology.

  7. Old saying by jklovanc · · Score: 1

    Once is an anomaly
    Twice is a coincidence
    Three times is a pattern

    1. Re:Old saying by Zero__Kelvin · · Score: 2

      "Three times is a pattern"

      I sampled a random bit sequence just the other day. I can now assure you that a random bit stream is all ones! all friggin' ones I tell you!

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    2. Re:Old saying by Muad'Dave · · Score: 1
      --
      Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
    3. Re:Old saying by jklovanc · · Score: 1

      As Goldfinger was written in 1959 that quote is a paraphrase of a much older saying.

      It’s unclear that the saying’s origin is from Chicago; Fleming was probably thinking of Chicago’s gangster years of the 1920s-1930s. “Once is an accident, twice is a coincidence, three times is a habit” has been cited in print since at least 1921. “Once is nothing, twice is coincidence, three times is a moral certainty” has been cited in print since 1923.

  8. So, it's not a science, it's a religion by Anonymous Coward · · Score: 3, Insightful

    Falling into the 'cult' category

  9. Psychology already getting all the funding it need by Anonymous Coward · · Score: 0

    ... the military have constantly funded large scale psy-ops which includes information warfare, trend setting, viewpoint shifting, etc, on the people

  10. Wrong premice by jklovanc · · Score: 1

    I think that too many "studies" set out to prove a hypothesis instead of test a hypothesis. The drive to prove something puts bias into the study and skews the outcome. No one wants to be proven wrong. This is especially important when the measurements are subjective as in many psychology studies.

    1. Re:Wrong premice by martin-boundary · · Score: 2
      The other problem is sample size. Psychology sample sizes are *way* too small. In a world of 8 billion people today, anything you find out in a psychological experiment that involves at most a few hundred subjects, often less, cannot have anything universal to say. The samples are just too small.

      Here's an analogy. You plant a dozen tulips in your garden, and observe how well they grow when you do X. Now you claim all plants will grow like that when you do X. The claim is way too broad. Even if you had a dozen identical tulips, and you grew them on the himalaya while doing X, you'd have different results.

    2. Re:Wrong premice by ShanghaiBill · · Score: 1

      The other problem is sample size. Psychology sample sizes are *way* too small. In a world of 8 billion people today, anything you find out in a psychological experiment that involves at most a few hundred subjects, often less, cannot have anything universal to say. The samples are just too small.

      Sample size is independent of population size, and sample sizes far less than "a few hundred" can be significant. In the social sciences, errors are far more likely to be caused by sample bias than size. Most psychology experiments conducted on people use university undergraduates as subjects, which are more likely to be politically liberal, altruistic, trusting of others, etc. Increasing the sample size isn't going to fix that.

    3. Re:Wrong premice by martin-boundary · · Score: 1

      On the contrary, increasing the sample size to big data sizes of say 2 billion subjects would definitely fix that bias problem. [of course this is unrealistic].

    4. Re:Wrong premice by Anonymous Coward · · Score: 0

      In social 'sciences,' sample sizes need to be higher simply because humans in different cultures or subcultures can have significantly different mentalities. This means you need enough representative samples from each culture, depending on the study.

    5. Re:Wrong premice by Anonymous Coward · · Score: 0

      The samples are also almost always drawn from a single, usually Western, country, which makes it impossible to determine whether what is measured is a psychological universal or a culturally determined phenomenon. And even when they're not university students, the way samples are selected is often problematic-- for instance, many samples consist of patients in therapy, which is probably not representative of the human race at large.

    6. Re:Wrong premice by khallow · · Score: 2

      On the contrary, increasing the sample size to big data sizes of say 2 billion subjects would definitely fix that bias problem.

      Not at all. For example, try extrapolating behavior from 2 billion young men to older women. You can have huge sample sizes and yet still have sample bias simply because you've excluded an important category (such as the people you actually wanted to study).

    7. Re:Wrong premice by Anonymous Coward · · Score: 0

      On the contrary, increasing the sample size to big data sizes of say 2 billion subjects would definitely fix that bias problem.

      Not at all. For example, try extrapolating behavior from 2 billion young men to older women. You can have huge sample sizes and yet still have sample bias simply because you've excluded an important category (such as the people you actually wanted to study).

      Do you know how much effort it would take to get 2 billion people on board and not have a single woman or older person? It could be done but you'd REALLY have to be doing that on purpose.

    8. Re:Wrong premice by mark_reh · · Score: 1

      my psychological disorder compels me to point out the misspelling of "premise"

    9. Re:Wrong premice by sandertje · · Score: 1

      Let alone the cultural environment. Behavioral psychology often attempts to extrapolate its findings on the whole Earth population, without taking into account that the cultural background of its subjects is (virtually) identical for each subject. The cultural background _most definitely_ influences behavior. Do the same study on Western Europeans, Arabs and Japanese, and you'll likely get huge differences per group.

    10. Re:Wrong premice by khallow · · Score: 1

      Do you know how much effort it would take to get 2 billion people on board and not have a single woman or older person? It could be done but you'd REALLY have to be doing that on purpose.

      They could just be pouring through health records for adults who serve or might serve in one of the world's militaries.

      Even if they were doing that deliberately, what would your point be? Sample bias is bias whether it is accidental or not.

    11. Re:Wrong premice by mpe · · Score: 1

      I think that too many "studies" set out to prove a hypothesis instead of test a hypothesis. The drive to prove something puts bias into the study and skews the outcome. No one wants to be proven wrong. This is especially important when the measurements are subjective as in many psychology studies.

      But hardly confined to "psychology". Possibly even not confined to "soft" sciences. Since attempts at falsification can easily turn out to be very politically incorrect.

    12. Re:Wrong premice by mpe · · Score: 1

      For example, try extrapolating behavior from 2 billion young men to older women. You can have huge sample sizes and yet still have sample bias simply because you've excluded an important category (such as the people you actually wanted to study).

      Even if you try hard for a "representative sample" you can still have a problem where you lack a "box" to "tick" for something which turns out to be important.

    13. Re:Wrong premice by Anonymous Coward · · Score: 0

      Do you know how much effort it would take to get 2 billion people on board and not have a single woman or older person? It could be done but you'd REALLY have to be doing that on purpose.

      They could just be pouring through health records for adults who serve or might serve in one of the world's militaries. Even if they were doing that deliberately, what would your point be? Sample bias is bias whether it is accidental or not.

      The point would be that we can play "what if?" games with unlikely and made-up hypotheticals all day long, it doesn't mean you are actually saying much of anything. But some people do like to hear themselves talk, or see themselves type if you like.

    14. Re:Wrong premice by khallow · · Score: 1

      The point would be that we can play "what if?" games with unlikely and made-up hypotheticals all day long

      The thing is, these are not hypotheticals, but real world problems. For example, there are a variety of pollsters who call a few thousand people in a region to answer some survey. They could call all of the several billion people who have phones and they would still encounter most of the same sample biases because they aren't calling the people who don't have phones.

      Enlarging the sample size by many orders of magnitude doesn't help here because the biases are cooked into the means of sampling.

    15. Re:Wrong premice by Nephandus · · Score: 1

      Anyone else amused with the irony of "liberal" here being US liberal and not rest of the world liberal (roughly US libertarian (mostly ignoring the "official" "Libertarian" party))?

      --
      "A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head."
  11. "Social science can be just as valuable" by Anonymous Coward · · Score: 2, Insightful

    No, and it shouldn't carry the same "science" label to start with. Make it "social studies" or whatever. To call it science, one tries to put it on the same level as real science, where the processes are completely different on numerous levels. It's an insult to real science. For example, when a scientist builds a collider to find a particle, and he finds one, he puts up the results so they can be verified by peers, and if the collective brainpower finds an error and puts it down, the process is considered a success. In the meantime soft "scientists" will not be verified by peers and separate studies will have to point out the results are not even replicable, and people will bitch about and defend their research and the funding of their research.

    1. Re:"Social science can be just as valuable" by Anonymous Coward · · Score: 1

      I once read a study that claimed that porn makes people have a callous attitude towards women. To 'prove' this, they asked college students how long rapists should be sent to prison. Then, they showed those students some porn videos. Afterwards, they asked the same question, and some of them supported reduced sentences for rapists. The arbitrary, subjective conclusion they came to in the face of the subjective data they gathered using biased methods was that porn makes people callous towards women. If you want rapists to be in prison for a million years, and then later say you want them in prison for 999,999 years, you're obviously callous towards women. Whatever.

      High quality scientific research all around. Now, how about another 'great' study about the effects of video games on the human mind...

    2. Re:"Social science can be just as valuable" by mpe · · Score: 1

      I once read a study that claimed that porn makes people have a callous attitude towards women. To 'prove' this, they asked college students how long rapists should be sent to prison. Then, they showed those students some porn videos. Afterwards, they asked the same question, and some of them supported reduced sentences for rapists. The arbitrary, subjective conclusion they came to in the face of the subjective data they gathered using biased methods was that porn makes people callous towards women.

      Did they have a control group who were shown other videos for the same length of time? Were there any cases of the subjects increasing thei sentence length on the second round of questioning? Was it clear to everyone exactly what the definition of "rape" being used was?

    3. Re:"Social science can be just as valuable" by Anonymous Coward · · Score: 0

      I once read a cherry-picked example on a tech site, therefore fuck psychology.

    4. Re:"Social science can be just as valuable" by Anonymous Coward · · Score: 0

      Did they have a control group who were shown other videos for the same length of time? Were there any cases of the subjects increasing thei sentence length on the second round of questioning?

      I believe so.

      Was it clear to everyone exactly what the definition of "rape" being used was?

      Many of their terms remained undefined, and of course, subjective.

    5. Re:"Social science can be just as valuable" by jeIIomizer · · Score: 1

      Psychologists often use subjective terminology as if it's objective, set out to prove their hypotheses, try to measure the subjective in absolutely arbitrary ways ("Are you happy?"), and come to arbitrary conclusions based on the data they collect using their flawed methods of data gathering, therefore fuck psychology.

      You're kidding yourself if you think this is limited to a single example. Psychology's status as a science is seriously laughable.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    6. Re:"Social science can be just as valuable" by Anonymous Coward · · Score: 0

      More likely the subjects experienced lower levels of testosterone after being aroused by the videos. In other words, their lessened level of aggressiveness lead to more mercy for the wicked. They might as well repeat the test after serving a proper restaurant meal to the students.

  12. Who writes this crap by awol · · Score: 5, Insightful

    "Those who oppose funding for behavioral science make a fundamental mistake: They assume that valuable science is limited to the "hard sciences." Social science can be just as valuable, but it's difficult to demonstrate that an experiment is valuable when you can't even demonstrate that it's replicable."

    No, those of us that oppose the funding of this crap recognise that if you cannot replicate your "study" then it is not an experiment. If what you are doing cannot be proved (one way or the other) by experiment then IT IS NOT SCIENCE. I don't really care what it gets called and some of it may even be valuable for some values of valuable however the amount of dross that is produce by social researchers that try and call themselves scientists is truly extraordinary and a plague on our world.

    --
    "The first thing to do when you find yourself in a hole is stop digging."
    1. Re:Who writes this crap by DNS-and-BIND · · Score: 1

      Yes, but it is still useful to achieve positive outcomes. There are a lot of people in society with mistaken ideas and if science like this can be used to push their repugnant ideas out of the mainstream then all the better. We all need to support these scientists and not take such a narrow view.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    2. Re:Who writes this crap by Intrepid+imaginaut · · Score: 5, Insightful

      The above comment is precisely why these "social sciences" need to be delegitimised and rubber-roomed until they can figure out the meaning of the phrase "scientific method". Grant them no authority in deciding government policy, massively defund them in academia, get them out of the courtrooms, and generally pillory them for the witchdoctors they are.

      If you have to ask why, you're part of the problem.

    3. Re:Who writes this crap by Zero__Kelvin · · Score: 1

      This from a guy whose primary interests are networking and BDSM.*

      * See his Slashdot alias, then laugh. It's funny.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    4. Re:Who writes this crap by russotto · · Score: 1

      This from a guy whose primary interests are networking and BDSM.*

      Must be mixed carefully. It's OK to use network cables for bondage, just don't put them back in the network afterwards.

    5. Re:Who writes this crap by Anonymous Coward · · Score: 0

      Maybe it's this guy?

                              http://grokbase.com/t/subversi...

      The paper was "Reporting Masters and Slaves, Binding them in Cages, and Making Them Report Names and Addresses".

    6. Re:Who writes this crap by Anonymous Coward · · Score: 0

      The part you've missed is that far too often "hard science" has the same problems. What you've done is a basic human failure - to assume the alternative is not full of problems too.

      There is no reason that psychology is any more or less prone to problems with the scientific method because ultimately it is people performing the process regardless of what area of science.

    7. Re:Who writes this crap by Anonymous Coward · · Score: 2, Insightful

      Here's my challenge to individuals such as yourself who denigrate psychological science:

      How would *you* study behavior?

      It's very easy to dismiss behavioral sciences when you're not trying to study behavior. It's a very complex, difficult topic. E.g., how do you define depression? How do you define psychosis? How do you determine whether or not early childhood interventions actually have an effect on adult outcomes?

      Maybe you would argue that behavior shouldn't be approached scientifically, but that's a cop-out and leaving human experience to philosophers.

      I'm sick of ignorant arm-chair narcissists denigrating psychology when they don't have the balls to admit they have no clue how to approach the subject because it's too hard for them to understand.

      I'm sorry for sounding harsh, but then so are the critical comments here.

      And no, neuroscience is not psychology. There's an extremely fuzzy boundary, and they overlap tremendously, but they're not the same. To find the neural substrates of depression, you have to be able to measure depression. So you either study behavior or you don't.

      Yes, there's a replication crisis in psychology, but it's the same in all of science--it's everywhere in the biomedical sciences (e.g., everyone here knows of these studies, such as the big scandal over stem cell research that was all fake). And you don't hear physics being called a sham because of all the kooks publishing their poorly thought-out theories on studies on arXiv.org.

      Get over yourself and start trying to solve the problems you belittle.

    8. Re:Who writes this crap by phantomfive · · Score: 1

      There are a lot of people in society with mistaken ideas and if science like this can be used to push their repugnant ideas out of the mainstream then all the better.

      If their ideas are truly repugnant, then science can do the job of showing why they are mistaken. You don't need to use fake science. Fake science used the way you describe is more succinctly known as lying.

      --
      "First they came for the slanderers and i said nothing."
    9. Re:Who writes this crap by Intrepid+imaginaut · · Score: 1

      You can start here -> http://www.arachnoid.com/psych...

    10. Re:Who writes this crap by jeIIomizer · · Score: 1

      The part you've missed is that far too often "hard science" has the same problems.

      Not nearly as often. Usually the hard sciences aren't busy trying to measure people's emotional states and asking people how they feel (among other things), which are inherently subjective. While problems in the "hard sciences" obviously exist, psychology (and others) take it to a whole new level. They're not even comparable.

      And then the news writes about every nice sounding psychology study that comes out, and people use it as a reason to support the alteration of laws or public policy (Video games cause/don't cause aggression, after all! This pseudoscience said so!).

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    11. Re:Who writes this crap by jeIIomizer · · Score: 1

      How would *you* study behavior?

      The absence of a good way to study behavior does not make psychology good science. If you don't have a good way to do so, then you don't have a good way to do so; the end.

      I'm sick of ignorant arm-chair narcissists denigrating psychology when they don't have the balls to admit they have no clue how to approach the subject because it's too hard for them to understand.

      And I'm sick of people who come up with absolutely illogical defenses of the indefensible.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    12. Re:Who writes this crap by Anonymous Coward · · Score: 1

      That essay on arachnoid is a good example of the ignorance of critics. I.e., they don't bother to check on the fact that there are tons of psychotherapy controls of different sorts (e.g., pharmacological placebo controls, behavioral controls) to show it's not just a placebo effect that's driving psychotherapy efficacy.

      I'm pretty critical of differential psychotherapy claims, but one thing they're not is placebo.

      It's pretty typical of such critics, who feel like they don't even need to bother to read the psychology literature they're so critical of. It doesn't occur to them because they're narcissistic enough to believe they don't have to.

      To follow-up on my original post: it's worth noting that similar problems with replicability show up in related natural sciences, like neuroscience--e.g., where it's been shown that imaging studies are very underpowered and don't replicate.

      Conversely, the special issue of Social Psychology that's the target of the Slate article does have plenty of examples of findings that replicate, even if they don't all replicate.

      The replication problem isn't unique to psychology, it's just psychology is the only field really taking the problem seriously. Part of this is because other fields have their head in the sand with this naive idea that the scientific process is somehow "pure" and free of human foibles. The idea that it might not be is threatening.

    13. Re:Who writes this crap by Anonymous Coward · · Score: 0

      > E.g., how do you define depression? How do you define psychosis? How do you determine whether or not early childhood interventions actually have an effect on adult outcomes?

      All these things sound more useful for building careers and marketing drugs and services than actually improving the world.

    14. Re:Who writes this crap by Nephandus · · Score: 1

      You do realize that normality is explicitly excluded by definitions of psychosis and privileged in all other cases? They push normality even when it's provably pathological; then, diagnosis any more functional abnormals with a "social disorder" if they don't fit in with the pathological normals. The only time they actually try to change anything mainstream is to fit some political agenda for control and profit.

      --
      "A soft answer turneth away wrath. Once wrath is looking the other way, shoot it in the head."
    15. Re:Who writes this crap by Anonymous Coward · · Score: 0

      How would *you* study behavior?

      The absence of a good way to study behavior does not make psychology good science. If you don't have a good way to do so, then you don't have a good way to do so; the end.

      Wrong

      If you don't have a good way to do so then you figure out and find a good way to do so.

    16. Re:Who writes this crap by jeIIomizer · · Score: 1

      Sure, that's a noble goal. But that wasn't my fucking point. The implication of that comment was that since we don't have a good way of doing something right now, that must mean that our current (and ridiculously flawed) way of going about it is good.

      Otherwise, why would he attack people for not putting forth alternate solutions? You don't have to put forth an alternate solution to correctly recognize that our current solution is garbage, and that psychology shouldn't be taken seriously until this is fixed. That was my point.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    17. Re:Who writes this crap by Anonymous Coward · · Score: 0

      You do realize that normality is explicitly excluded by definitions of psychosis and privileged in all other cases? They push normality even when it's provably pathological; then, diagnosis any more functional abnormals with a "social disorder" if they don't fit in with the pathological normals. The only time they actually try to change anything mainstream is to fit some political agenda for control and profit.

      http://home.cc.umanitoba.ca/~altemey/

    18. Re:Who writes this crap by Anonymous Coward · · Score: 0

      I'm a PhD student starting his dissertation. I'm doing an engineering topic with some major Human Factors pieces. I'm cringing a bit from some of the journal articles I'm seeing in the Psychology literature but I don't really have a more rigorous alternative. What is an engineer to do? I can't stand before the comittee and singlehandedly dismiss the literature body of an entirely different discipline especially without some other way to support that information.

    19. Re:Who writes this crap by Anonymous Coward · · Score: 0

      Many comments here simply reflect the fear of unknown field and methods. It's like a religious fanatic or a person from the distant past bumping to the philosophy of modern science for the first time.

      What is an engineer to do?

      Make a study on the effectiveness of the methods constructed from the theories presented in the literature. For a PhD work, you would do that anyway.

  13. replication = good by Spazmania · · Score: 1

    Replicating scientific results (or failing to) is a good thing.

    Being rude about it, as was apparently the case here, is plain old asshattery.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    1. Re:replication = good by awol · · Score: 2

      No the asshat is not saying that if you cannot get the same results it's not science (in fact the exact opposite), but rather that if you cannot demonstrate that the experiment itself is replicable then it is not science. The contention in the article that in social sciences this lack of replication of experiment may just be a reality up with which we must put IS the reason why whatever you want to call it, it is not science.

      --
      "The first thing to do when you find yourself in a hole is stop digging."
  14. Does anyone care? by Anonymous Coward · · Score: 0

    Honestly, does anyone even care? I mean, we should care, but we don't.
    There are criminals, violent ones getting away with some "counseling", while a lot of people get to spend the better part of life institutionalized or so drugged up you could mistake them for brain dead, because you know, "treating" a drooling idiot is easier(cheaper) than someone needing constant attention.

  15. Subjective by Anonymous Coward · · Score: 0

    Software engineering has a similar problem. Things that are objective to measure, ...

    I see all too often opinion being expressed as fact - even by CS professors when I was in school.

  16. The psychological climate by smittyoneeach · · Score: 0

    The psychological climate clearly calls for a shift to climate psychology.

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  17. Behavioral economics by Anonymous Coward · · Score: 0

    ...the amount of dross that is produce by social researchers that try and call themselves scientists is truly extraordinary and a plague on our world.

    Dan Ariely, Daniel Kahneman, and few others have done extensive work that has shown the limitiations of how we think and how we actually perform economic activity.

    The failure of the rational market economists is that they just study large, very well organized markets dominated by professionals that are now mostly run by computers - the finanancial markets (because there's a shit load of publically available data). So of course, the market looks completely rational. They then extrapolated their finding to everything else - even to people buying that new house that they just "fell in love with".

    1. Re:Behavioral economics by khallow · · Score: 0

      The failure of the rational market economists is that they just study large, very well organized markets dominated by professionals that are now mostly run by computers - the finanancial markets (because there's a shit load of publically available data). So of course, the market looks completely rational.

      In other words, their "failure" is that they use models which are descriptive of the markets that they study. That sounds more like science in action than failure to me.

      They then extrapolated their finding to everything else - even to people buying that new house that they just "fell in love with".

      This is a strawman. They don't actually do this.

    2. Re:Behavioral economics by Anonymous Coward · · Score: 0

      This is a strawman. They don't actually do this.

      Yes, they do. They assume that ALL markets are rational because of their studies on one particular market; in their case the financial markets. And I've seen applications that are ridiculous. Like people who buy that house that "they are in love with" are acting rationally because they are incorporating their emotions into the purchase and thereby including the utility of their feelings.

      Also, what's with the physics envy in economics?

      That's why I think the groundbreaking stuff in econ is coming from the psychologists. They are coming from the point of view that economic behavior is an emotional one - and rightfull so.

      Henry Ford noticed that people buy emotionally years ago and failed to act on it.

      He was an engineer/tinkerer. He built machines.

      Sloan realized that cars are really a fashion statment (an emotional purchse) - not only a mode of transportation as Ford thought of it.

      Sloan/GM kicked Ford's ass for years until he (his son actually) started making more models and with different colors.

    3. Re:Behavioral economics by khallow · · Score: 1

      And I've seen applications that are ridiculous.

      Then give an example rather than just make empty allegations. Henry Ford wasn't an economist.

    4. Re:Behavioral economics by Oligonicella · · Score: 1

      You misrepresent what happened. Ford realized that first and foremost, people needed to be able to *afford* cars, so he designed and produced the T. Only after the car was ubiquitous did fashion exert any greater influence.

    5. Re:Behavioral economics by SEE · · Score: 1

      Yeah, you are going to be seriously confused if you think "rational actor" economics assumes a Straw Vulcan who won't buy the chocolate ice cream which he likes better if the vanilla is a cent cheaper. But the fault, dear AC, is not in the economics, but your own skull.

    6. Re:Behavioral economics by HiThere · · Score: 1

      Unfortunately, it's not a strawman. Not exactly. The researchers themselves may not do that extrapolation, but those they convince of their finding do. The GP post, however, is historically inaccurate. The "rational market theory" originated some time before 1950, and was dominant during the 1950 and later. It has recently been challenged by people doing actual reasearch that proved it an invalid model.

      IIRC it originated by an economic school that was ideologicaly comitted to the Free Market, despite the obvious fact that never throughout the course of history has there ever BEEN a free market. Some are freer than others, e.g. the market in illegal drugs, where even killing your opponents is considered a valid business move. Those markets, however, fail the normal definition because the purchaser doesn't really know what he's buying.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    7. Re:Behavioral economics by khallow · · Score: 1

      The researchers themselves may not do that extrapolation, but those they convince of their finding do.

      I believe the number one lesson of economics is that people including the economists themselves have a huge capacity to rationalize all sorts of things, sometimes in very elaborate ways, when their interests are at stake. This has nothing to do with the rational market model.

      The "rational market theory" originated some time before 1950, and was dominant during the 1950 and later. It has recently been challenged by people doing actual reasearch that proved it an invalid model.

      Except that the model hasn't been proven to be invalid. It works well for describing stock markets, for example.

      IIRC it originated by an economic school that was ideologicaly comitted to the Free Market, despite the obvious fact that never throughout the course of history has there ever BEEN a free market.

      At some point, there weren't public sanitation, canals, railroads, or electronic computers either. We didn't let the obvious fact that these didn't exist at the time stop us from making them and benefiting from the results.

      Since we have actually developed near free markets and they do work. Sometimes they are somewhat inappropriate, such as when the market in question generates substantial externalities (and none of the market participants have any incentive to price in those externalities). Then external regulation needs to be brought to bear.

      Further, that "economic school" you refer to is the Austrian School, which is philosophy than science (for example, they had "self-evident" axioms and eschewed empirical methods). But you might find it interesting that they never assumed that participants of a market were rational in the usual sense. Or rather they didn't distinguish between rational and irrational.

      For example, from one of the more famous members of the Austrian School, Ludwig von Mises ("Human Action") we have this:

      Human action is necessarily always rational. The term "rational action" is therefore pleonastic and must be rejected as such. When applied to the ultimate ends of action, the terms rational and irrational are inappropriate and meaningless. The ultimate end of action is always the satisfaction of some desires of the acting man. Since nobody is in a position to substitute his own value judgments for those of the acting individual, it is vain to pass judgment on other people's aims and volitions. No man is qualified to declare what would make another man happier or less discontented. The critic either tells us what he believes he would aim at if he were in the place of his fellow; or, in dictatorial arrogance blithely disposing of his fellow's will and aspirations, declares what condition of this other man would better suit himself, the critic.

      Anyway moving on, it's not surprising that a non-empirical school of philosophy ends up getting losing some ground to actual empirical studies. Their models still are valid and work for a number of important cases in the world today.

      Those markets, however, fail the normal definition because the purchaser doesn't really know what he's buying.

      The normal definition is an asymptotic ideal. No one ever has perfect knowledge aside from certain contrived games. But we can still consider what characteristics and to what degree other markets share with that ideal. And guess what? Markets that are pretty close behave similarly to that particular ideal.

      What people frequently don't get is that despite the irrationality of markets, they behave more rationally than their participants. It's a case where mobs act smarter than most of the participants. Markets aren't entirely rational, but they are more rational than most of the alternatives for group organization or resource allocation.

    8. Re:Behavioral economics by HiThere · · Score: 1

      No. The rational man theory does NOT work on the stock market. It doesn't even work well for those sections that are computer driven, because the models are always based on incorrect presumptions.

      OTOH, I will agree that it OFTEN works on the stock market. This is a far different statement. But much of the stock market is driven by gambling fever, often played with "other people's money". (And in that since, since the player doesn't risk much, I suppose you could call it rational from his point of view. Even then I doubt it, though.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    9. Re:Behavioral economics by khallow · · Score: 1

      OTOH, I will agree that it OFTEN works on the stock market. This is a far different statement.

      And there we go. It's not a far different statement. I didn't claim the rational market model perfectly modeled the stock market.

      But much of the stock market is driven by gambling fever, often played with "other people's money".

      While this observation isn't entirely irrelevant, it remains that traders who come to markets to gamble, lose money to traders who don't. And it's still a lot better than many of the economic alternatives, such as having the above gamblers in control of a central planning bureau or rent seeking.

  18. You cannot replicate everything by Anonymous Coward · · Score: 0

    Sorry, real life is messy.

    1 - Some replicable tests are a good idea
    Some people see Aliens at Roswell when they are there at night and take drugs.
    This is a replicable experiment - is it because they have taken drugs or because Aliens are sometimes there?

    Generally (sadly) if you have a randomised double-blind controlled experement that controls for the likely deciding factors, you can decide whether or not it is more likely because people take drugs (happily you cannot be sure about the presence or absence of aliens)

    2 - Some replicable tests are a bad idea
    Do the really expensive cancer|baby-saving|altzhiemer etc drugs we use really help?
    This is also replicable experiment

    Give some people the drug and some a placebo.
    Not too ethical even if you disclose that there might be a placebo

    3 - Some things cannot be replicated

    Was it right to have QE - did we have the right amount of QE
    This is not replicable.

    You dont get to re-run an economy for the last 6 years - all you can do is watch and measure and argue about causation afterwards.

    In the scope of psychology, you get a mix of all 3 experiment types. All these questions are very good questions.
    What troubles me is that there will be a growing tendency to not attempt to answer the hard ones.

    1. Re:You cannot replicate everything by sandertje · · Score: 1

      Sorry, real life is messy.

      1 - Some replicable tests are a good idea
      Some people see Aliens at Roswell when they are there at night and take drugs.
      This is a replicable experiment - is it because they have taken drugs or because Aliens are sometimes there?

      Generally (sadly) if you have a randomised double-blind controlled experement that controls for the likely deciding factors, you can decide whether or not it is more likely because people take drugs (happily you cannot be sure about the presence or absence of aliens)

      2 - Some replicable tests are a bad idea
      Do the really expensive cancer|baby-saving|altzhiemer etc drugs we use really help?
      This is also replicable experiment

      Give some people the drug and some a placebo.
      Not too ethical even if you disclose that there might be a placebo

      3 - Some things cannot be replicated

      Was it right to have QE - did we have the right amount of QE
      This is not replicable.

      You dont get to re-run an economy for the last 6 years - all you can do is watch and measure and argue about causation afterwards.

      In the scope of psychology, you get a mix of all 3 experiment types. All these questions are very good questions.
      What troubles me is that there will be a growing tendency to not attempt to answer the hard ones.

      1) Occam's razor already tells you it's the drugs. Unless aliens show up only when taking drugs, or we suddenly get super-alien-viewing-powers when using drugs, aliens could be there. That's (apart from being ridiculous) such a complicated model compared to the simple "your drugs give you hallucinations" model (which we even know is true) model that occam's razor can rule out the other ones.

      2) Erm.. you know that this is EXACTLY how drugs are tested every day? Not unethical. Extremely common.

      3) You could run a simulation.

    2. Re:You cannot replicate everything by Anonymous Coward · · Score: 0

      1) Occam's razor already tells you it's the drugs. Unless aliens show up only when taking drugs, or we suddenly get super-alien-viewing-powers when using drugs, aliens could be there. That's (apart from being ridiculous) such a complicated model compared to the simple "your drugs give you hallucinations" model (which we even know is true) model that occam's razor can rule out the other ones.

      2) Erm.. you know that this is EXACTLY how drugs are tested every day? Not unethical. Extremely common.

      3) You could run a simulation.

      Occam's Razor "tells" you no such thing. It suggests it is the drugs.

      Occam's Razor is merely a pithy statement of the principle of parsimony. It is not a law in any sense, and it "rules out" nothing. It merely suggests that the simpler explanation is more likely to be correct.

    3. Re:You cannot replicate everything by redlemming · · Score: 1

      Occam's Razor is merely a pithy statement of the principle of parsimony. It is not a law in any sense, and it "rules out" nothing. It merely suggests that the simpler explanation is more likely to be correct.

      Indeed, Occam's Razor is a principle of philosophy, not of science.

      When we look at physics, certainly the most rigorous of the sciences, we find that the simpler explanation is often shown to be incorrect over the long term. No "simple" explanation of "how things move", for example, would have come up with quantum mechanics, or relativity, or chaos theory.

      This suggests that Occam's Razor is largely worthless as an intellectual tool.

  19. Some of those papers hvaven't been discredited yet by Anonymous Coward · · Score: 0

    Only one or two though.

  20. If you can't replicate it... by PvtVoid · · Score: 0

    ... then it ain't science. End of story.

    1. Re:If you can't replicate it... by Mister+Liberty · · Score: 2

      Define 'replicate'.

    2. Re:If you can't replicate it... by Anonymous Coward · · Score: 0

      > Define 'replicate'.

      Do the same thing the same way and see if the results are similar?

  21. Re:A bunch of fraudsters... by mark_reh · · Score: 1

    Tom? Is that you?
    Do you know where I can get a copy of Dianetics? I've heard its da bomb!

  22. "Soft" Science... by Anonymous Coward · · Score: 0

    Social Psych has been called a "soft" science for a reason. Not because it is easy, but because it's not a "do this and this happens" discipline. When I was in college (back before the web), Social Psych was not even considered a "science" by the environmental science majors. It was considered a "rocks for jocks" type group of classes for people who didn't understand the scientific method. I have a cultural anthropology with a minor in linguistics, and even the forensic anthropology majors considered social psych to be a joke. Predomininately because there was no real analysis. FA's at least had historical trending, disease propogation models, statistical excavation, linguistic drift, shard analysis, and other "tools" to cross-check their work. True, someone with a limited knowledge of FA can still make just as many errors as a social psych Phd holder... Just read the first few pages of "Clan of the Cave Bear."

  23. Stastical tools and significance by Anonymous Coward · · Score: 0

    Psychologists have largely relied on inferential statistics as tools for inference. Analysis of variance, t-tests, correlation, and regression are used to determine whether results are, or are not, "statistically significant." Too often the focus has been on the inference -- significant or not -- rather than on the descriptive data -- means, regression coefficients etc.

    The problem is that tests of statistical significance can tell us only that the tested relationship is, or is not, plausibly due to random fluctuation or chance. For example, we can say that a correlation found to significant is unlikely to be zero. In this usage significant does not mean "important," it means not random. Binary decisions that apparent relationships in my data are random or real, do not provide much of a foundation for a developing science. Finding relationships that are not due to chance is a very small step toward real understanding.

    Further, random data can easily be produced by weak manipulations, poor measurement tools, and any number of experimental glitches. Therefore, without statistically significant results, publication in a good journal is unlikely. It is easy to discount later failures to replicate obtaining non significant findings as due to problems with the replication study. Therefore, the replication study doesn't get published.

    An additional problem is the challenge of obtaining adequate sample sizes to ensure the statistical power needed to assess replicability -- the vast majority of published studies are not supported by grant funds. We've known for 6 decades that even studies published in top journals are chronically underpowered -- the probability of a perfect executed replication study finding a key result to be significant is usually in the range of .5 (ouch!).

    I think that the attention that these problems have gotten in many of the field's top journals may be embarrassing for the field, but it is necessary and positive step toward a better science.

    1. Re:Stastical tools and significance by Anonymous Coward · · Score: 0

      +1, they need to recognize that they are doing exploratory research and stop making overblown claims.

  24. They need to review their Feynman. by hsthompson69 · · Score: 1, Insightful

    http://neurotheory.columbia.ed...

    "It's a kind of scientific integrity, a principle of scientific thought that corresponds to a kind of utter honesty--a kind of leaning over backwards. For example, if you're doing an experiment, you should report everything that you think might make it invalid--not only what you think is right about it: other causes that could possibly explain your results; and things you thought of that you've eliminated by some other experiment, and how they worked--to make sure the other fellow can tell they have been eliminated."

    In the search of positive results, and p-hacking to get there, they're failing to demonstrate scientific integrity.

  25. This is what we get... by Anonymous Coward · · Score: 0

    This is what we get for putting up with the global warming hysterics...Science, which is by definition "repeatable experiments" suddenly gets redefined so that repeatable experiments don't matter.

    Ick!

    1. Re:This is what we get... by Anonymous Coward · · Score: 0

      > Science, which is by definition "repeatable experiments"
          ^---- this is what we get for putting up with poor science education.

  26. Re:Define 'replicate' by petes_PoV · · Score: 2

    To replicate an experiment, you take the description of the conditions, tasks, environment, fixed independent and dependent variables, analytical method and results provided by the original experimenter in the (peer-reviewed) paper they published.
    If you can show the same results, with the same statistical significance, then it's reasonable to assume that the experiment shows a valid scientific phenomenon.

    If you can't then one of the two experiments got it wrong and more work is needed.

    The basic problem with social experiments, that are based on the judgement, feelings, or anything else that the studied group merely says it would / would-not do, thinks, feels, or otherwise emotes is completely subjective. Asking people how sad, happy, angry something makes them feel and rating that feeling - or the difference from previous values - has no scientific merit, as none of the terms used have any hard, scientific, definition and none of the participants have had their feelings "calibrated".

    It's little different from a scientist (a proper one) measuring electric voltage by sticking their tongue across two electrodes, or measuring distance by eyeballing it. The level of accuracy and standardisation the social "sciences" have at present puts them on a par with chemical research: phlogiston, fixed air (CO2) in the 17th century.

    As for being able to determine which variables are being measured - or even what all the variables are in their experiments, the social scientists have yet to discover their subject's version of fire.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
  27. Simple solution by jd · · Score: 2

    Have a journal, call it Debunker's Weekly if you want, that is divided evenly between papers on replication and papers showing negative correlation at the start. Pay authors a nominal amount, according to the thoroughness of the work as judged by referees. Provide the journal free to University libraries. Submit summaries of major stories to Slashdot, The Guardian, various Skeptical societies and other places likely to raise the extreme ire of dodgy researchers. In fact, the more ire, the better.

    The journal doesn't have to last long. Just long enough to force bad researchers to improve or quit, force regular journals to publish a wider range of findings to avoid humiliation, and to correct dangerously erroneous beliefs. Since there must be a stockpile of unpublished papers of this sort, you should probably be able to get six or seven bumper editions out before anyone notices the dates, and maybe another two before the journal is sued into oblivion for defamation.

    That would be plenty to make some major course corrections and to "out" a few frauds.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:Simple solution by petes_PoV · · Score: 1
      Let's review:
      "Pay authors" ... "Provide journal free ... "

      The journal doesn't have to last long

      Don't worry, it won't. I'd reckon on one edition.

      Of course, what this whole field of study needs is a rich uncle (or sugar daddy) to provide funding for specific, basic, pieces of research. You'd think that for all the money they've made from social media, some of the FB/Twitter/others founders or major beneficiaries could put their hands in their pocket.

      Or maybe they are the *last* people who want to make this subject rigourous and scientific?

      --
      politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    2. Re:Simple solution by Anonymous Coward · · Score: 0

      The journal doesn't have to last long. Just long enough to force bad researchers to improve or quit

      Why would a researcher quit when he/she has tenure?

    3. Re:Simple solution by jd · · Score: 1

      Because research is expensive and governments are cheap. If a researcher has been humiliated a couple of times, publicly, their papers become worthless to the big names financing the work. The corporations cut funding, so the universities cut funding. The researcher has a job, technically, but no office, no lab, no work. Further, the job isn't guaranteed. Tenure can be withdrawn for gross malpractice. Being exposed as a fraud probably qualifies. So, no job either.

      Tenure is poorly understood. It does not mean a job for life, or even for a fixed period. Tenure merely means that you can't be fired for political reasons. That's all. It guarantees that producing results that conflict with the views of management cannot lead to you facing consequences. You actually have to do something genuinely wrong.

      Besides, mist of academia has disposed of tenure. Damn fools. If you want to reach new shores of discovery, you have to know that nobody with a vested interest in dragon beliefs can blow you out of the water. That guarantee no longer exists, which is why timidity and fraud have increased in recent years.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    4. Re:Simple solution by jd · · Score: 1

      It needs to be funded the same way as the British BBC, by license fee, or the same was as for public utilities, tax.

      It needs to have a charter guaranteeing payment in advance for the requested service and guaranteeing immunity for any actions provided within the terms of the charter. (If it's not chartered, you'll have every drug company and its brother suing you for publishing the suppressed papers Ben Goldacre keeps talking about.)

      If it's not free, it won't have readers. Negative results aren't as desirable and readers will spend their time at PlosONE unless you've something compelling. If it doesn't pay for submission, researchers have greater financial incentive to keep shtum. That narrows your list of options.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  28. Re:Wrong premise by jd · · Score: 1

    Fixed typo.

    Agreed on study size, which is why social scientists look at meta-studies of hundreds of studies performed over as much as a decade, to eliminate the noise and other transient junk.

    What they really need to do, though, is examine more hypotheses. You need 7-10 additional hypotheses, not including the null hypothesis, that are orthogonal to each other and to the hypothesis being tested. This would allow you to binary subdivide the problem space, not only showing what something isn't but also showing if the models being examined are founded on sound principles.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  29. Economics by PopeRatzo · · Score: 1

    If you think Psychology has a replication problem, get a load of Economics.

    When it comes to "hard" sciences, Economics is basically remote viewing with a political agenda.

    --
    You are welcome on my lawn.
    1. Re:Economics by iggymanz · · Score: 1

      Nonsense, economics has quantities and flows that can be measured. Psychology has none of that.

    2. Re:Economics by PopeRatzo · · Score: 1

      It's not the data that's the problem with Economics, it's the postulates that are formed from whole cloth, and "laws" that are similarly . In fact, even the data in a lot of Economics is just hokum, based upon opinions more than anything measurable. MMT is a good example.

      I would suggest that Psychology's reputation has caused researchers to become a lot more rigorous. The opposite has happened in Economics.

      --
      You are welcome on my lawn.
    3. Re: Economics by Anonymous Coward · · Score: 0

      Economics is to psychology as chemistry is to physics.

    4. Re:Economics by Anonymous Coward · · Score: 0

      Then explain why austerity, trickle-down economics, etc. which have failed every single time they've ever been tried are so thoroughly promoted by economists.

      Actually, their experiments CAN be replicated. The failure happens each and every time.

    5. Re:Economics by iggymanz · · Score: 1

      You are funny, you do know that "trickle down economics" was coined by humorist Will Rogers in the Depression? None such taught in serious economics class.

    6. Re:Economics by iggymanz · · Score: 1

      MMT is "hokkum" because you say so? Some economists find it useful model, others don't. That proves exactly nothing about economics having hard data to deal with, whereas psychology has nothing.

  30. Re:Define 'replicate' by mpe · · Score: 1

    To replicate an experiment, you take the description of the conditions, tasks, environment, fixed independent and dependent variables, analytical method and results provided by the original experimenter in the (peer-reviewed) paper they published. If you can show the same results, with the same statistical significance, then it's reasonable to assume that the experiment shows a valid scientific phenomenon.
    If you can't then one of the two experiments got it wrong and more work is needed.


    Actually it would be at least one of the two "got it wrong".

  31. Freud not in good shape right now. by Anonymous Coward · · Score: 0

    Everybody wants to be a psychiatrist and psychologist. Fu#knutbook's social experiments not an exception. What a flawed science.

  32. Without replication, science goes nowhere. by Animats · · Score: 1

    Without replication, science doesn't build on previous results. It just thrashes around. Psychology (and theology) are like that. They change, but don't improve much.

    There's a practical problem. Without repeatable scientific results, a technology cannot be built based on the science. "Science is prediction, not explanation." - Fred Hoyle.

  33. Abreaction by tepples · · Score: 1

    Buy any book about abreaction therapy. That's where L. Ron Hubbard cribbed the idea for Dianetics anyway.

  34. Falsify the simulation itself by tepples · · Score: 1

    [To repeat an experiment about international macroeconomics] You could run a simulation.

    So how would you go about falsifying the accuracy of the simulation's model?

    1. Re:Falsify the simulation itself by Anonymous Coward · · Score: 0

      You run the simulation and then see if it's predicted outcomes reflect observed reality.

    2. Re:Falsify the simulation itself by tepples · · Score: 1

      So which simulation run before the QE-fest began in 2007 correctly predicted the observed effects of quantitative easing?

  35. Behavioural science isn't real science by lippydude · · Score: 0

    'Those who oppose funding for behavioral science make a fundamental mistake: They assume that valuable science is limited to the "hard sciences"'

    No they're not, they're absolutly right, psychology and the entire DSM is just a psuedo scientific cult.

    1. Re:Behavioural science isn't real science by Anonymous Coward · · Score: 0

      > psychology and the entire DSM [psychologytoday.com] is just a psuedo scientific cult.

      Subcategory: cargo

  36. Initial issue was lying to get cooperation. by Ungrounded+Lightning · · Score: 1

    As I read it the initial flap was over the people and journal involved in the replication lying to get the cooperation of the original researcher.

    They promised to give an opportunity to review and publish a comment on their own results. They secured her cooperation, getting detailed descriptions of the methodology - far beyond what was in the publication - copies of the original film, and the like. Then, when they got differing results, they denied her the percieved-as-promised opportunity to examine their results in advance and publish a comment with them. They also published comments slamming her work, in terms like "epic fail".

    The failed replication of her work might be a problem for her, carreer-wise. But massive ridicule is a much bigger one. So she cried "foul". This - along with similar acts by other replicators - is what brought support for her from other academics.

    It is useful that the flap is also bringing to light other, very serious and systematic, problems with the replicability of attempts at performing actual science (or going through the motions) in social fields, creating a search for a measure of the actual reliability level of "social science" results, and exposing estimates of that to a broader audience. But let's not confuse opposition to unethical behavior by certain replicators for opposition to replication in general. (No doubt there is some of both. So let's keep the distinction in mind when evaluating the comments and actions of individuals in the social science fields.)

    Meanwile, it looks like "social science" results are far less reliable than political decision-makers had thought, and this flap will give ammunition to those opposing them when they try to legislate hairbrained and oppressive schemes and foist them on the ruled classes. So some good is already coming out of it. B-)

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  37. More Slate Bullshit by Anonymous Coward · · Score: 0

    My Bullshit detector went off when I saw this came from the Slate.
    They are just Troll for eyeballs, looking for the worst BS to make a story from.

  38. Teachable DUH! Moment? by Anonymous Coward · · Score: 0

    The main article (and in this case a *real* article - not just a few single sentence paragraphs that don't fill a screen) uses as it's primary example a study of *40 undergraduates* that is used to draw the author's 'conclusion.' Seriously!?!

    Maybe if these soft science people would have had to take a few hard science courses they would have known that drawing any conclusions from a study of 40 people (let alone self-selecting undergraduates probably from the same university) might be a cause for concern about your results. The author then wonders why her study can't be replicated by others - really?!? I'm sure that if I took a random sample of 40 undergraduates from my local university I could probably conclude that everyone in the U.S. is white - can I have my doctorate now?!

    This article reminds me of a Slashdot post about a year back where a government agency actively surveyed tens of thousands of people about their employment and compiled statistics from the responses. The Slashdot article itself was about a feminist taking issue with the gender diversity reported by the government agency (she thought the actual numbers were much lower than the report gave). What was her evidence? She asked her readers to send in the male/female distribution for their particular workplace. A government survey of tens of thousands of randomly selected people versus a survey of a hundred of so self-selected people who read this femenists blog; I certainly know which one I would give more credence to.

    While I think there is plenty of good research that can be done in the areas of the 'soft' sciences, it is still necessary to do proper science, with proper sample sizes from a properly randomized selection of subjects, analysed with proper statistical tools, and above all with results that can be reproduced by others in the field. This particular study of undergraduates just seems to be a case of a researcher publishing as fact/theory results that wouldn't qualify as preliminary if she were doing real scientific research.

    The real problem is that this lackadaisical approach to science is finding it's way into the hard sciences. In order to get funding, you need to produce results; not just results, but sexy results that you can have splashed all over the media to gain notoriety. I'm sure most of us remember the 'publish by press conference' fiasco that was cold fusion - surprise, other researchers couldn't replicate their results either.

    We can only hope this is a teachable moment; remember that rigorous research, experimentation, analysis, and reproducibility are the hallmarks of the scientific method.

  39. Not Science by Anonymous Coward · · Score: 0

    If it cannot be replicated, it is not Science, period. Predictability of outcomes is the only purpose of Science. Fekking off in a "sciency way" isn't Science, any more than armchair quarterbacking is Quarterbacking, or that Psychology is Science.

    Additionally, attempting to bend the meaning of words in order to legitimize your personal hopes, faiths, and dreams defeats the purpose of communication, which is a shared understanding of abstract concepts. I am already quite unwilling to attempt to communicate with most of you, and this nonsense isn't helping your cause with myself, or, I suspect, other truly intelligent people.

    1. Re:Not Science by Anonymous Coward · · Score: 0

      "I am already quite unwilling to attempt to communicate with most of you"

      This is also the response I am settling on. We need some legitimate funding agency for science. Gov has failed, business is clearly biased...

  40. The problem with soft science experiments by PPalmgren · · Score: 3, Interesting

    There are plenty of good psychology experiments/case studies that produce a lot of really useful information and are repeatable (albeit over a very long period of time). The problem is there are also a lot of complete and utter ass psychology experiments. It is really really hard to produce a good study that provides useful results in soft sciences, and in cases of psychology, they take a very long time and sometimes a lot of money to complete. Yes, they have to account for a lot of variables and exclude them via statistical analysis, but the ones that do it right do it exceptionally well.

    I used to think negatively on those types of studies until I actually took the time to read one while helping my girlfriend with a paper. I was amazed at the level of detail and the amount of effort they took to isolate the results into meaningful data.

  41. Hogwash by Anonymous Coward · · Score: 0

    A) Conclusions reached in most published research are wrong.

    B) Social science is an oxymoron.

  42. A jawbreaker for a toothache by Anonymous Coward · · Score: 0

    A friend of my fathers is a journalist in the IDF (Isreal Defense Forces). These last few months, he's been sending reports from his time spent on the front lines during the recent Hamas/Isreal conflict. Here is one of his many accounts. I will probably post the first ones later on, but this was particularly poignant.

    https://m.facebook.com/notes/darion-scard/a-jawbreaker-for-a-toothache/10152186415126956/?ref=bookmark

  43. Coding at that level becomes art by Xaedalus · · Score: 1

    There's a basic foundation that's roughly agreed upon, delineated by rules and best practices. Once those are mastered, then coding becomes an art form. And as art it can be subjective, defy description and all apparent rules of logic, and yet work incredibly well. If there's one thing I've learned on /. over the years from reading all the arguments between coders, it is that there is more than one way to become a master of one's craft (where coding is considered) and that coding becomes Art. Which I personally think is cool.

    --
    Here's to hot beer, cold women, and Glaswegian kisses for all.
    1. Re:Coding at that level becomes art by phantomfive · · Score: 1

      There's a basic foundation that's roughly agreed upon, delineated by rules and best practices.

      What rules and best practices are those? As far as I can tell, everyone has their own set.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:Coding at that level becomes art by TuringTest · · Score: 1

      There's a very basic level of hygienic measures that are are taught to first graders and nobody disagrees with. Things like don't overuse global variables, don't build one-mile-long procedures, avoid spaghetti code by banning goto, declare the type of your parameters in C.

      For other rules of style, yes, every house has their own rulebook.

      --
      Singularity: a belief in the "God" idea with the "demiurge" relation inverted.
    3. Re:Coding at that level becomes art by phantomfive · · Score: 1

      Well, even those are rather vague, LISP programmers like global variables (and everyone else calls global variables 'singletons'), Linux programmers will flame you for trying to ban goto. Some people really like mile long procedures, although I confess I don't understand those people.

      --
      "First they came for the slanderers and i said nothing."