91³Ô¹ÏÍø

Watch CBS News

Study Linking Autism to Vaccine Retracted

The venerable British medical journal The Lancet has
retracted a 1998 study suggesting a link between autism and childhood
vaccination with the measles -mumps-rubella MMR vaccine .


The Lancet tells WebMD that it has retracted "10 or 15" studies in
its 186-year history.  The retraction follows the finding of the U.K.
General Medical Council (GMC) that says study leader Andrew Wakefield, MD, and
two colleagues acted "dishonestly" and "irresponsibly" in conducting their
research.


The Lancet specifically refers to claims made in the paper that the
12 children in the study were consecutive patients that appeared for treatment,
when the GMC found that several had been selected especially for the
study.  The paper also claimed that the study was approved by the
appropriate ethics committee, when the GMC found it had not been.

"We fully retract this paper from the published record," The Lancet
editors say in a news release.

The retraction means the study will no longer be considered an official part
of the scientific literature.


BMJ, formerly known as the British Medical Journal, has
competed with The Lancet since 1840. BMJ editor Fiona Godlee says
she welcomes the Lancet retraction.

"This will help to restore faith in this globally important vaccine and in
the integrity of the scientific literature," Godlee says in a news release.

In 2004, 10 of Wakefield's 13 co-authors disavowed the findings of the 1998
study.  Although the study never claimed to have definitively proven a
link between the MMR vaccine and autism, sensational media reports ignited a
public panic . MMR vaccinations fell
dramatically.

More rigorous studies have found
no link between autism and the MMR vaccine . Last year, the U.S.
"vaccine court" rejected U.S. lawsuits claiming that there was a plausible
link between the vaccine and autism.

Wakefield continues to proclaim his innocence and defends his earlier work.
He now resides in Texas, where he is executive director of an alternative
medicine center for autism treatment and
research.

By Daniel DeNoon
Reviewed by Louise Chang
©2005-2008 WebMD, LLC. All rights reserved

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });