English

Data Visualization
Sanjay Matange 0
Simpler is better

A recent article in the SAS and R blog was about current winter temperatures in Albany, NY.  The temperature data for the recent winter (Dec 2011 - Mar 2012) was plotted on a polar graph. Robert Allison posted an article on displaying the same data as a Polar Graph using SAS/GRAPH .  Here is his

Rick Wicklin 0
Creating a periodic smoother

In yesterday's post, I discussed a "quick and dirty" method to smooth periodic data. However, after I smoothed the data I remarked that the smoother itself was not exactly periodic. At the end points of the periodic interval, the smoother did not have equal slopes and the method does not

Rick Wicklin 0
Smoothers for periodic data

Over at the SAS and R blog, Ken Kleinman discussed using polar coordinates to plot time series data for multiple years. The time series plot was reproduced in SAS by my colleague Robert Allison. The idea of plotting periodic data on a circle is not new. In fact it goes

Buffie Silva 0
Celebrating your story

Celebrating anniversaries is part of our culture. We celebrate the important ones – like 50 years of marriage – and the difficult ones, like going a week without chocolate. Parents celebrate the number of times a toddler uses the potty, and teenagers celebrate the weeks they have been dating. Big

Rick Wicklin 0
Count missing values in observations

Locating missing values is important in statistical data analysis. I've previously written about how to count the number of missing values for each variable in a data set. In Base SAS, I showed how to use the MEANS or FREQ procedures to count missing values. In the SAS/IML language, I

Data Visualization
Sanjay Matange 0
Bar-Line graph

A user recently posted a question in the SAS communities forum about  how to best display two measures by one classifier using a Bar-Line graph, where the scale of the two measures is vastly different.  This got me thinking about various different ways to represent such data.  Here are some of my thoughts,

Students & Educators
Nadja Young 0
More than “teaching to the test”: Value-added ROI persists throughout a student’s life

A 23-year Harvard and Columbia University study was recently published shedding new light on the long-term impacts of teachers with both high and low value-added estimates. Researchers Chetty, Friedman, and Rockoff tracked math and reading assessment data on over 2.5 million students from 1989-2009. They then incorporated 90% of these

Data Visualization
Sanjay Matange 0
Cluster groups

The topic of cluster groups comes up often.  By cluster group I am referring to the feature in bar charts where the group values are displayed side by side. With SAS 9.3, SG Procedures support stack or cluster grouping for Bar Charts and overlay or cluster grouping for all other

SAS Events
Waynette Tubbs 0
Managing big data at the speed of risk

“When I started using predictive analytics in 1991, I had a desktop computer with a 600 megabyte hard drive running SAS® 5.0 something,” said Olivia Rud, respected business intelligence thought leader and author of Data Mining Cookbook: Modeling Data for Marketing, Risk and Customer Relationship Management. Technology has vastly improved

Rick Wicklin 0
Generating a random orthogonal matrix

Because I am writing a new book about simulating data in SAS, I have been doing a lot of reading and research about how to simulate various quantities. Random integers? Check! Random univariate samples? Check! Random multivariate samples? Check! Recently I've been researching how to generate random matrices. I've blogged

Waynette Tubbs 0
Are you a superhero?

Of course you are a superhero - an analytics superhero. I know because every week, I write about your feats of super SAS brilliance. The League of Analytic Superheroes is the culmination of a powerful partnership between SAS and Teradata, the leaders in business analytics and enterprise data warehousing. Now, you

Rick Wicklin 0
ANY versus ALL: Testing the elements of a vector

The fundamental units in the SAS/IML language are matrices and vectors. Consequently, you might wonder about conditional expression such as if v>0 then.... What does this expression mean when v contains more than a single element? Evaluating vector expressions When you test a vector for some condition, expressions like v>0

Data Visualization
Sanjay Matange 0
Let them eat pie

ODS Graphics system was initially motivated by the need for high quality graphs for SAS Base, STAT, and other analytical procedures.  Use of SG Procedures, ODS Graphics Designer and GTL by users too has initially focused on analytical graphs.  But just like wheels on carryon bags that started for the specific needs of flight

Analytics
Vincent Talucci 0
Promises, (over)promises

As public safety officials leaf through their favorite criminal justice periodical they are greeted with pages and pages of analytics advertisements. These ads are laden with promises of robust and scalable solutions, improved efficiencies and, yes, the promise of prediction. While reading the advertisements, the mental conversation may go something

Learn SAS
Lou Metzger 0
There are NO dumb questions

I've heard many questions during my 6 years as Sales Manager for SAS Publishing. I’ve noticed that we frequently get similar questions from customers. I’ve compiled a few of these frequently asked questions below with answers. I hope this helps. Please let us know what information would help you navigate our books. Question: I am

1 280 281 282 283 284 328