All Posts
Living in a society where the pressure to succeed is on as early as preschool and time moves so fast it sometimes feels hard to breathe, I’ve found meditation to be cheap therapy for my generally order-driven, perfectionist self. It’s during this time, I quiet the chatter, nurture my spirituality,
In my last post, I discussed some practical steps you can take to collect the right information for justifying why your business should design and implement a data strategy. Having identified weaknesses in your environment that could impede business success, your next step is to drill down deeper to determine where there may be
The World Health Organization recently declared the Zika virus a global public health emergency. This virus is spread by certain mosquitoes, and therefore if we know where those mosquitoes are located, then we've got a pretty good idea of where the virus might spread. Before we get to the numbers, here
Last week I showed how to use PROC EXPAND to compute moving averages and other rolling statistics in SAS. Unfortunately, PROC EXPAND is part of SAS/ETS software and not every SAS site has a license for SAS/ETS. For simple moving averages, you can write a DATA step program, as discussed
Entries in a legend are populated automatically based on the data. When creating a graph with group classification, the display attributes for each bar are derived from the GraphData1-12 style elements from the active style. The graph on the right shows you the result of creating an adverse event timeline
It is said that everything is big in Texas, and that includes big data. During my recent trip to Austin I had the privilege of being a judge in the final round of the Texata Big Data World Championship, a fantastic example of big data competitions. It felt fitting that
Groundhog Day is one of those quirky bits of Americana that add richness and flavor to life. Everyone likes Groundhog Day. It’s a fun, light-hearted way to cope with the cold, dark days of winter. Taxes, on the other hand, are not so fun and light-hearted. Mention the word “taxes”
With data now impacting nearly every business activity, there should no longer be any doubt that data needs to be managed as a strategic corporate asset. This post examines the top five characteristics of a strong data strategy. Existence As I previously blogged, in today’s fast-moving business world now often takes priority
SAS Global Forum is the premier worldwide event for SAS professionals. It brings nearly 5,000 users and executives from across the world together to share new techniques and technologies to help expand users’ SAS skills. But an event of this size (hundreds of presentations, dozens of workshops and several networking
This past Saturday evening, my husband & I took a stroll around downtown Durham and checked out a pizza place in the historic Fire Station #1. As I was chatting with the manager, I learned that they hosted a “Family Meal” every Sunday afternoon with the goal of bringing families
I recently read an article about the major challenges electric utilities are facing in 2016, and I thought: "Wow, those challenges can be answered in so many ways..." Utilities are dealing with an onslaught of issues which can no longer be ignored or put off because they're all high priority and interrelated. But
Is cognitive computing an application of text mining? If you have asked this question, you are not alone. In fact, lately I have heard it quite often. So what is cognitive computing, really? A cognitive computing system, as stated by Dr. John E. Kelly III, is one that has the
While setting up meetings with business consumers developing a data warehouse environment, I was involved in some very interesting conversations. Following are some of the assumptions that were made during these conversations, as well as a few observations. To get a well-rounded view of this topic, read my earlier post that focuses on the IT perspective.
What do you think is the most important new feature in SAS/STAT? Well it depends! In this video, SAS developers talk about their new work and which customers will be excited about it and why. Healthcare professionals may lean toward the new rare events control charts in QC, which allows
Novice SAS programmers quickly learn the advantages of using PROC SORT to sort data, followed by a BY-group analysis of the sorted data. A typical example is to analyze demographic data by state or by ZIP code. A BY statement enables you to produce multiple analyses from a single procedure