BookmarkSubscribeRSS Feed
jagathisp
Calcite | Level 5

Hi All,

I am receiving the below error in PROC MODEL

ERROR: Unable to determine a feasible staring point for the estimation. Check your restrictions and starting values for

       compatibility.

Could you please help me to resolve this issue?

Thanks

JP

2 REPLIES 2
SteveDenham
Jade | Level 19

Most likely the constraints you have placed on the model yield no valid solutions.  Try relaxing any constraints you might have.

Steve Denham

sqdqd
Calcite | Level 5

Hi,

 

I know that you asked the question in 2014, but I had similar problems and found a solution that worked for me.


restrict alpha + beta + gamma = 1;

=> gave me an error

restrict sum(alpha,beta,gamma) = 1;

=> no error occurred

 

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2 replies
  • 1886 views
  • 0 likes
  • 3 in conversation