English

Rick Wicklin 0
The effect of holidays on US births

Last week I showed a graph of the number of US births for each day in 2002, which shows a strong day-of-the-week effect. The graph also shows that the number of births on a given day is affected by US holidays. This blog post looks closer at the holiday effect.

Rick Wicklin 0
Evaluate polynomials efficiently by using Horner's scheme

Polynomials are used often in data analysis. Low-order polynomials are used in regression to model the relationship between variables. Polynomials are used in numerical analysis for numerical integration and Taylor series approximations. It is therefore important to be able to evaluate polynomials in an efficient manner. My favorite evaluation technique

Chris Hemedinger 0
What's our sign?

Rick Wicklin and I are engaged in an arms race of birthday-related blog posts.  To recap: Rick analyzed national data about births in the USA and what time of year they are most likely to occur. I responded by analyzing the birthdays of my Facebook friends. Rick responded by analyzing

Waynette Tubbs 0
Posters anyone?

Contributed by Sara Jones, CMP, User and Customer Marketing at SAS So many papers, so little time. Looking at the SAS users group conference schedule and deciding what to attend and how to get the very most of your day can be overwhelming -  in a good way of course. So many

Chris Hemedinger 0
Running Windows PowerShell Scripts

Windows PowerShell is one of my favorite tools to use for gathering information from my PC and network, and also for automating processes.  If you are familiar with UNIX shells (such as Korn shell or its variants), you will probably be very comfortable with Windows PowerShell.  Just like its UNIX

Rick Wicklin 0
Storing and loading modules

You can extend the capability of the SAS/IML language by writing modules. A module is a user-defined function. You can define a module by using the START and FINISH statements. Many people, including myself, define modules at the top of the SAS/IML program in which they are used. You can

Waynette Tubbs 0
Touching beginning to #NESUG11

My first trip to Portland, Maine, gave me more than I had expected - it was a touching, heartwarming experience that was not what I thought I'd signed up for. Let me explain: While planning my flight and other travel arrangements, I realized that I would arrive in Portland early

Chris Hemedinger 0
Birthdays among friends

Earlier today, Rick posted interesting information about which time of year the most babies are born, at least in the USA. I don't have data nearly as extensive as what's available at the NCHS, but I do have a sample of birthday records to compare against Rick's findings.  My sample

Rick Wicklin 0
The most likely birthday in the US

Do you know someone who has a birthday in mid-September? Odds are that you do: the middle of September is when most US babies are born, according to data obtained from the National Center for Health Statistics (NCHS) Web site (see Table 1-16). There's an easy way to remember this

Programming Tips
Rick Wicklin 0
Loops in SAS

Looping is essential to statistical programming. Whether you need to iterate over parameters in an algorithm or indices in an array, a loop is often one of the first programming constructs that a beginning programmer learns. Today is the first anniversary of this blog, which is named The DO Loop,

Advanced Analytics
Mike Gilliland 0
Guest Blogger: Udo Sglavo on Cross-validation using SAS Forecast Server (Part 2 of 2)

In Part 1, Udo provided SAS code to replicate the example in Hyndman's blog.  Below, he shows the results of out-of-sample testing, and draws some conclusions on the computational efficiency of this approach. Out-of-sample Testing In addition to the example shared by Hyndman, out-of-sample data was used to illustrate the final performance

Chris Hemedinger 0
The unlikely pedigree of sample data in SAS

We ship many sample data sets with SAS products. By using well-understood sample data sets, we can teach concepts or show off product features without distracting the audience/students with data collection or prep. At least, that's the way it's supposed to work. But occasionally the sample data can cause a

Rick Wicklin 0
Visualizing Scrabble games

My elderly mother enjoys playing Scrabble®. The only problem is that my father and most of my siblings won't play with her because she beats them all the time! Consequently, my mother is always excited when I visit because I'll play a few Scrabble games with her. During a recent

Waynette Tubbs 0
What's going on at SESUG 2011?

Academic Chair Barbara Okerson and Operations Team Lead Marje Fecht are chairing the 2011 SouthEast SAS Users Group (SESUG) conference. This year's conference will be held in another wonderful historical city slightly north of the 2010 Savannah location; it'll be located in Alexandria, Virginia, October 23 - 25. The format

1 286 287 288 289 290 313