Tag: tips and tricks

Jedi SAS Tricks: The DATA to DATA Step Macro

I was answering questions about SAS in a forum the other day, and it struck me how much easier it is to help folks if they can provide a snippet of data to go along with their program when asking others to help troubleshoot. This makes it easy to run […]

The post Jedi SAS Tricks: The DATA to DATA Step Macro appeared first on SAS Learning Post.

A useful star sign metaphor for the general concept of fitting models to data

In “Explaining statistical methods to the terrified & disinterested: A focus on metaphors”, I discuss the usefulness of metaphors for explaining abstract statistical concepts to non-technical readers. This is an approach taken in my new SAS Press book, Business Statistics Made Easy in SAS®, since many readers of this level […]

The post A useful star sign metaphor for the general concept of fitting models to data appeared first on SAS Learning Post.

New Year’s resolution: schedule SAS tasks and your success with SAS

Do any of your New Year’s resolutions include the goal to become a more productive SAS user? Whether you’re building models or reports using SAS or you’re using SAS to effectively manage your data, you likely have a goal to be as productive as possible with your SAS usage in […]

The post New Year’s resolution: schedule SAS tasks and your success with SAS appeared first on SAS Learning Post.

Quote confusion: How do quotes and macro work together?

The English language, a mishmash of words from many tongues and with rules that aren’t always consistent, sometimes causes people to stumble when writing quotes. There are numerous humorous websites with examples of incorrectly-used quotes on signs saying things like “Sandwiches Prepared ‘Fresh’,” or “Help ‘Wanted’ – Please ‘inquire’ within”. […]

The post Quote confusion: How do quotes and macro work together? appeared first on SAS Learning Post.

Top 3 stocking stuffers for coders

Last Christmas I decided to knit a scarf while at a concert in the Bahamas.  A little boy and his sister sitting in front of me watched me very intently. Their eyes grew bigger and bigger as the scarf grew longer and longer. Finally the little boy couldn’t take it […]

The post Top 3 stocking stuffers for coders appeared first on SAS Learning Post.

Ensuring that key variables are numeric not character

One of the frustrating outcomes of the data import process is when a variable that you need to be numeric is imported as character. This often happens because the column of data contains non-numeric data, for example, where blanks in a database are exported as “NULL” instead of a true […]

The post Ensuring that key variables are numeric not character appeared first on SAS Learning Post.

Explaining statistical methods to the terrified & disinterested: A focus on metaphors

Many readers in applied areas (business, health, psychology & sociology, education, and several others) are reading statistics texts under duress for a course or project, and are in truth somewhere between disinterested and terrified. In my new SAS Press book Business Statistics Made Easy in SAS® I knew that I […]

The post Explaining statistical methods to the terrified & disinterested: A focus on metaphors appeared first on SAS Learning Post.

You’re not using PROC REPORT?

As I visit my clients, it sometimes surprises me when they avoid the use of PROC REPORT.  “It’s too different”.  Even those that do use it, often fail to take advantage of the procedure’s power by ignoring the compute block.  Yes this procedure is different from any other. Yes using […]

The post You’re not using PROC REPORT? appeared first on SAS Learning Post.