BookmarkSubscribeRSS Feed
SusieQ324
Fluorite | Level 6
I'm getting the following result when I do a proc logistic:

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


radicalYes = 1 * Intercept - 1 * abdominalYes - 1 * laproscopicYes - 1 * vaginalYes


Is there a way that I can force it not to create this linear combination?
1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12
What the LOGISTIC procedure is saying is that you have an over-parametrized model. To fix that you either need more data (so all the combinations are represented) or fewer variables.

If Radical is defined at any one of Abdominal, Laproscopic, or Vaginal, then just drop Radical, as you can estimate it's effect via the other parameters.

Doc Muhlbaier
Duke

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1 reply
  • 1958 views
  • 0 likes
  • 2 in conversation