BookmarkSubscribeRSS Feed
Epidemiologist
Calcite | Level 5

Hello,

after programming a proc reg statement in SAS, there is written in the output:

Note: Model is not full rank. Least-squares solutions for the parameters are not unique. Some statistics will be misleading. A reported DF of 0 or B means that the estimate is biased.

Note: The following parameters have been set to 0, since the variables are a linear combination of other variables as shown.

 

Some of my estimates are signed with DF B. Can I trust them anyway? If not, how can I solve this problem?

Are the two notes Independent of one another or exists a connection?

 

Thank you very much for your help. 

6 REPLIES 6
Reeza
Super User

Are you using categorical variables where you made dummy variables? Did you remember to use N-1 dummy variables?

Epidemiologist
Calcite | Level 5

Yes I use categorical variables (exposures and covariates for adjustment) and I programmed dummy variables for them. What does N-1 mean?

Reeza
Super User

When you created your dummy variables, if you have N levels, then you have N-1 dummy variables. Is that what you did?

 

Epidemiologist
Calcite | Level 5

Yes I did it in this way.

Reeza
Super User

So which variables are showing the issue? Its not a categorical variable? Are they linear combinations?

Epidemiologist
Calcite | Level 5

The Problems (DF: B) originate from categorical variables only that are divided in dummy variables, mostly from 1 to 4.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 6 replies
  • 5693 views
  • 0 likes
  • 2 in conversation