Example of tracking a lead conversion: // userId is the id from the grouping service when a // user creates an account or logs in LeadTracker.recordLead(userId, { email: userEmail, }); Example of tracking a purchase: window.LeadTracker?.recordPurchase(userId, { email: billingAddress.personPrimaryEmail, firstName: billingAddress.personFirstName, lastName: billingAddress.personLastName, phone: billingAddress.personPrimaryPhone, store: storeName, exchangeId: storeExchangeId, purchaseCode: orderToSave.id, purchaseAmount: { currencyCode: 'USD', value: amount, }, items: products.map(product => { return { id: product.id, description: product.name, amount: { currencyCode: 'USD', value: parseFloat(product.price), }, } }) }); Medical Marijuana Effects On The Human Brain: Cannabis May Actually Improve Cognitive Function
top of page

Medical Marijuana Effects On The Human Brain: Cannabis May Actually Improve Cognitive Function


A recent pilot study from Harvard University indicates that marijuana use actually improves cognitive performance, or our ability to use the knowledge and information we acquire, according to a news release. The research, though preliminary, provides a counterpoint to earlier reports which have linked weed to everything from reduced blood flow in the brain to an increased risk for Alzheimer’s disease.

The news release reported that smoking weed, overall, improved brain function in a variety of ways: Patients answered self-reported questionnaires, which revealed that marijuana could moderately improve clinical state — including reduced sleep disturbance, decreased symptoms of depression, and positive changes in some aspects of quality of life.

To reach these conclusions, researchers examined 24 certified medical-marijuana patients over a three-month period. The team looked at participants’ cognitive proficiency by asking them to complete intelligence challenges, including the Stroop Color Word Test and Trail Making Test.

A new study found that smoking weed actually improves brain function. Photo courtesy of Pixabay

“After three months of medical marijuana treatment, patients actually performed better, in terms of their availability to perform certain cognitive tasks, specifically those mediated by the frontal cortex,” said lead researcher Staci Gruber, PhD, in the news release.

The brain’s prefrontal cortex is responsible for decision-making and complex behaviors, like planning, Medical Daily previously reported.

Researchers noted that the sample size is small and the initial findings are preliminary; however, the study is ongoing and will continue for the next two years.

Source: Gruber SA, Sagar KA, Dahlgren M, Racine MT, Smith RT, Lukas SE. Splendor in the Grass? A Pilot Study Assessing the Impact of Medical Marijuana on Executive Function. Frontiers in Pharmacology. 2016.


Featured Posts
Recent Posts
Archive
Search By Tags
No tags yet.
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page