English

Rick Wicklin 0
Dummy variables in SAS/IML

Last week I showed how to create dummy variables in SAS by using the GLMMOD procedure. The procedure enables you to create design matrices that encode continuous variables, categorical variables, and their interactions. You can use dummy variables to replace categorical variables in procedures that do not support a CLASS

Rick Wicklin 0
Four ways to create a design matrix in SAS

SAS programmers sometimes ask, "How do I create a design matrix in SAS?" A design matrix is a numerical matrix that represents the explanatory variables in regression models. In simple models, the design matrix contains one column for each continuous variable and multiple columns (called dummy variables) for each classification

Bob Davis 0
What does a successful supply chain look like?

I had the opportunity to interview an award-winning, fast-moving, consumer packaged goods (CPG) company in the early 2000’s. They were recognized as one of the best supply chain companies in the United States by all of the major retailers and their CPG peers. Indeed, it seemed every time a new

Learn SAS
Rick Wicklin 0
Create dummy variables in SAS

A dummy variable (also known as indicator variable) is a numeric variable that indicates the presence or absence of some level of a categorical variable. The word "dummy" does not imply that these variables are not smart. Rather, dummy variables serve as a substitute or a proxy for a categorical

Ryan Thomas 0
Asylum seekers needn’t cause Home Office headaches

Asylum seekers not causing headaches for the UK’s Home Office may be hard to imagine. There are regular scare stories about asylum seekers and budget cuts, amid rising concerns over immigration and the strain its putting on the national infrastructure. But it needn’t mean headaches for policy makers and officials.

1 197 198 199 200 201 321