
How should a data trust process work? David Loshin elaborates.
How should a data trust process work? David Loshin elaborates.
“I’m so glad I live in a world where there are Octobers.” L.M. Montgomery I don’t believe I’ve ever met a person who doesn’t love October. My mom always said the sunsets in October are the best …. I agree with her! October’s crisp temps and clean air put an
If you want to bootstrap the parameters in a statistical regression model, you have two primary choices. The first is case resampling, which is also called resampling observations or resampling pairs. In case resampling, you create the bootstrap sample by randomly selecting observations (with replacement) from the original data. The
In my 15+ years working in clinical research, I've not seen significant evolution in the way we do clinical trials and apply advanced analytics to clinical trial data. A personal story demonstrates that a similar problem is at play in health care. Each year my daughter visits the children’s cardiology
Recently a colleague was requested to create a bar chart showing the performance of students in a school compared to county and state wide schools. The solution using SGPLOT was simple as shown below. /*--Create data--*/ data school; input Year Group $ Value; format Value percent5.1; datalines;
Not long ago I read this New York Times article on The Power of Positive People. After reading about the unsurprising benefits of having a constant support group, I was inspired to think of how I could create opportunities for people in my social circle to get together and support
This past Sunday was the last day of the NC State Fair, and we broke some records this year! Can you guess what those records were? I'll ramble on about the fair to give you time to come up with your guess, and then I'll let you know about the
I've been recovering for 15 years now, after a lengthy career caring for critically ill patients. Now, I’m part of a team at SAS that’s working to transform health care – and that's important to me because of something that happened when I was an ICU nurse. It changed my
Applying machine learning approaches to forecasting is an area of great research interest. Progress is being made on multiple fronts, for example: In the M4 Forecasting Competition, completed earlier this year, the top two performers utilized machine learning with traditional time series forecasting methods. At the link you'll find full
Have you noticed a lot of graphs popping up lately, about politicians, voters, and elections? ... Well of course - it's an election year! If you follow my blog posts, then you're probably a bit "smarter than the average bear" when it comes to scrutinizing graphs. And election graphs election
With SAS Data Preparation and SAS Decision Manager, you can perform out-of-the-box column and row transformations to increase your data quality and build the foundations for data-driven innovation. This blog will discuss how you can leverage SAS Decision Manager to enrich data when preparing it through SAS Data Preparation.
A SAS programmer asked how to rearrange elements of a matrix. The rearrangement he wanted was rather complicated: certain blocks of data needed to move relative to other blocks, but the values within each block were to remain unchanged. It turned out that the mathematical operation he needed is called
Did you know that you can now chat with SAS Technical Support? Technical Chat enables you to quickly engage with a knowledgeable consultant when you have a SAS question or need help with troubleshooting an issue.
Any of you who are even slightly into politics, or have followed any news lately, have probably seen something about the DNA test Elizabeth Warren took to prove/disprove her Native American ancestry. The test indicates she might have had a Native American ancestor 6 to 10 generations ago. That's a
There are four widely recognized styles of machine learning: supervised, unsupervised, semi-supervised and reinforcement learning. These styles have been discussed in great depth in the literature and are included in most introductory lectures on machine learning algorithms. As a recap, the table below summarizes these styles. For a comprehensive mapping
Have you noticed the commercials about medication for bone loss? Maybe I’m noticing more as I am in my 50s. Many don’t think a great deal about bone loss until something breaks! I know this was the case with a relative. After breaking her leg, she learned she had osteoporosis.
What can you learn about wildfires when you provide a room full of analysts with 7 years of US wildfire data and the tools they need to analyze it? A lot. At a recent data dive, we split 35 data scientists into 9 teams, provided multiple data sets containing information
In a recent article about nonlinear least squares, I wrote, "you can often fit one model and use the ESTIMATE statement to estimate the parameters in a different parameterization." This article expands on that statement. It shows how to fit a model for one set of parameters and use the
Deep learning has taken off because organizations of all sizes are capturing a greater variety of data and can mine bigger data, including unstructured data. It’s not just large companies like Amazon, SAS and Google that have access to big data. It’s everywhere. Deep learning needs big data, and now
What if you could automatically detect supply chain anomalies as they happen, or even predict them in advance? You'd be able to take timely corrective action and help maximize revenue, margins, customer satisfaction and shareholder value. There's no question: Supply chain planning and execution is complex. From design and sourcing, to
"Imagine being told to part with a dear friend or part of your identity. Imagine being told to discard something that results in intense feelings of anxiety, sorrow, or guilt. That’s how it can feel to someone with hoarding issues. " Dr. Annette Perot is a licensed psychologist and has
Oh, networking. The buzzword of Ted Talks, academia, and career resources everywhere; networking is often touted as the golden ticket to progressing your career. The importance of networking can’t be overstated, but let’s be honest: networking can be, well, awkward. If you’re someone who feels uncomfortable, unsure or just plain
Think that the company has let up in the last two years? Think again.
There are several ways to use SAS to get the unique values for a data variable. In Base SAS, you can use the TABLES statement in PROC FREQ to generate a table of unique values (and the counts). You can also use the DISTINCT function in PROC SQL to get
Note: Today’s utility industry is in upheaval. All of the assumptions the business has run on have been turned on their heads. This post is the first in a three-part series looking at how analytics are helping utilities navigate this challenging landscape and find new opportunities for improvements in operations,
Here in the US, we recently had a new Supreme Court Justice appointed. This is a very important position, and judges usually serve until they retire or die. My buddy Rick gave me a heads-up that there was a table of all the past & present justices on Wikipedia, and
Smart retailers know that omnichannel customer experience isn't just about marketing anymore. It’s about bridging all your digital and physical channels to recognize customers wherever they are, collecting data and understanding the retail customer’s purchasing journey. By taking customer data, product data, and supply chain data - and applying predictive and prescriptive
SAS Press is changing to meet the needs of customers worldwide.
We hear a lot about data science nowadays, but do you ever wonder how it’s being used to help solve real-world problems? In my first post of this blog series, we heard why two students chose to pursue a STEM field and what appealed to them about data science. Today, we'll hear
By using a format, you can change the tick values and create values that range from 100 to 50 to 100 to display the probable outcome of a sporting event.