For those that didn’t study Latin or law, caveat emptor quite simply means “buyer beware”. David Reibstein, the William Stewart Woodside Professor, Professor of Marketing at Wharton Business School and author of “Marketing Metrics: 50+ Measures Every Manager Should Master” says that marketers chase growth, but few get very specific
English
With the London 2012 Olympics around the corner, there are sure to be reports or rumors of performance-enhancing drug use among some athletes. It turns out that using manufactured chemicals to give yourself an edge is frowned upon in the athletic community. However, as a SAS user you should avail
If you've heard anything from SAS in recent months, then you've heard about high-performance analytics and the new SAS Visual Analytics offering. SAS has taken the high-performance analytics message around the world in a series of recent "road shows". From the start, this project has enjoyed a different development process
We've introduced the topic of the Four E's and discussed the role of analytics in Enforcement and Engineering. Now let's delve into Emergency Response. A quick emergency response can make all the difference in saving the lives of crash victims. Many vehicles can now communicate directly with emergency responders immediately after
Over the past few years, and especially since I posted my article on eight tips to make your simulation run faster, I have received many emails (often with attached SAS programs) from SAS users who ask for advice about how to speed up their simulation code. For this reason, I
Welcome back to the jaw-dropping discussion on what really matters in your social media strategy. Harkening back to Katie Paine’s amazing presentation at the recent SAS Government Executive summit, there are six steps to measuring what really matters in a social media campaign: Define the expected goals. If you were climbing
Recently, SAS had the pleasure of hosting Katie Paine, social media maven, expert on media measurement, and author of Measure What Matters, at the SAS Government Leadership Summit in Washington D.C. The session was jam-packed with the usual drool-worthy stats and figures covering the current status of the social media
A SAS Professionals attendee and Twitter follower named Marco asks for help: ..struggling to find a method with custom tasks in EG to be able to list the datasets in a library, can you help please? Sure, no problem. This is easy-peasy-lemon-squeezy. First, make sure that you have a reference
I have blogged about three different SAS/IML techniques that iterate over categories and process the observations in each category. The three techniques are as follows: Use a WHERE clause on the READ statement to read only the observations in the ith category. This is described in the article "BY-group processing
A key element of graphs used for analysis of safety data for clinical research is the inclusion of statistical data (or tables) about the study that are aligned with the x axis of the graph. A common example of this comes from the paper "Graphical Approaches to the Analysis of
The dictionary defines excellence as the quality or state of excelling or something in which one excels. Here at SAS, we get our definition of excellence from the stories we hear – stories from you, about you. These stories are here – in the SAS Circle of Excellence. The Circle of
Certain things are just hard to squeeze into your day. For some of us, it's exercise or doing laundry. For others, it's blogging. You want to do it almost every day, but you can't seem to find the time. If you're one of the bloggers or would-be bloggers trying (and
Most management literature and studies posit that organizations with a clear mission and work objectives, understood by all levels of the organization, are the most productive. The key to that success is effectively communicating the mission, agreeing on key performance indicators and giving employees at all levels access to relevant
When you are working with probability distributions (normal, Poisson, exponential, and so forth), there are four essential functions that a statistical programmer needs. As I've written before, for common univariate distributions, SAS provides the following functions: the PDF function, which returns the probability density at a given point the CDF
"Welcome to the English summer." "In the US you have climate. In England we have Weather." These are just two of the familiar phrases I heard yesterday during the SAS Professionals Convention held at SAS UK in Marlow. The weather changed from sun to dark clouds to rain and even
Suppose that you have two data vectors, x and y, with the same number of elements. How can you rearrange the values of y so that they have the same relative order as the values of x? In other words, find a permutation, π, of the elements of y so
Update 24Nov2015: The methods in this post no longer work for Twitter, as Twitter has discontinued support for its "share count" API that was used within the Twitter share buttons. But the Facebook method still works, and I've described a method for counting LinkedIn shares on another post. As of
The Centre for Economic and Business Research is a respected economic consultancy. Earlier this year we asked them to look at the value of analytics to the UK today, and forecast the likely growth of analytics over the next five years. Their full findings can be downloaded here. But why
I've been working on a new book about Simulating Data with SAS. In researching the chapter on simulation of multivariate data, I've noticed that the probability density function (PDF) of multivariate distributions is often specified in a matrix form. Consequently, the multivariate density can usually be computed by using the
Spark lines, made popular by Edward Tufte, provide a way to visualize trends in a concise space, often inline with the rest of the narrative or data. Previously, I posted an article on Spark Plots in which I created different plot types, some of which included multiple graphs and data in each row. For such
Earlier this month SAS announced some really big news: DataFlux®, which has delivered market-leading data management solutions to customers for more than a decade, is now fully integrated into the SAS organization. The combination of the two brands helps customers build an integrated information management strategy supporting data management and
I just received this note in my inbox and wanted to make sure you also have all up-to-the-minute details about the SAS Professionals Convention: Dear SAS Professional, This year's SAS Professionals Convention is just over a week away. Although we've sold out of tickets for Tuesday, places are still available for
As you might expect, blogging is a lot like many other skills – you have to work at it over time before you start to see improvements. Blogging does not at all come naturally to me, so it’s a personal goal of mine to keep working at it until I
When I need to graph a function of two variables, I often choose to use a contour plot. A surface plot is probably easier for many people to understand, but it has several disadvantages when compared to a contour plot. For example, the following statements in SAS/IML Studio displays a
It's so important for companies to build what customers want rather than build a product and then convince the market to buy it. So I love it when I hear or read remarks like the one below - SAS has grown with me. That means that we have listened to
I received the following query regarding the RAND function in Base SAS: In SAS, is specifying 0 as a random number seed the same as not specifying a seed at all? The question concerns initializing the SAS random number stream by using the internal system clock. You can do this
We've all heard of her. A little blond girl with a penchant for trespassing, and very finicky preferences in mattresses and breakfast food. Unfortunately, Goldilocks isn't just part of a fairy tale, she is alive, well, and causing havoc throughout government. If you haven't made the connection yet, "bear" with
In 2011-2012, North Carolina became one of many states to restructure their educator evaluation system to incorporate student growth. The NC Department of Public Instruction commissioned the external expertise of WestEd to evaluate various growth models and recommend value-added technology that would help them best meet their mission of using meaningful evaluation to
For all of you whipper snappers (a loving term applied to generations younger than yourself) who haven't been around SAS since the beginning of time - like Phil Miller, Art Carpenter and Kathy Council have - you may not remember when SAS Users Groups conference proceedings weren't offered online. That's right
I often use the SAS/IML language for simulating data with certain known properties. In fact, I'm writing a book called Simulating Data with SAS. When I simulate repeated measurements (sometimes called replicated data), I often want to generate an ID variable that identifies which measurement is associated with which subject