BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
marcioadg
Calcite | Level 5

Actually it is converging, FCONV, but the MaxGrad is not below 0.0001 or even 0.01. The parameter estimates are exactly the same as my initial values on the Parms statement. I am pretty sure I have parameters close enough. Is there anyway around it? 

When I run the linear -plateau model it is ok. The problem is when I run the curvilinear-plateau model.

Thank you

Marcio

1 ACCEPTED SOLUTION

Accepted Solutions
SteveDenham
Jade | Level 19

Try different starting values.  It may be that you are in a local extremum.  Grid search may be the best way to go after this.  Also, check out the algorithm you are using for optimization.  This means examining alternate optimization techniques, or altering the update method or linesearch method if you are using an optimization techniques that allows alternatives in these areas.

Steve Denham

View solution in original post

3 REPLIES 3
SteveDenham
Jade | Level 19

Try different starting values.  It may be that you are in a local extremum.  Grid search may be the best way to go after this.  Also, check out the algorithm you are using for optimization.  This means examining alternate optimization techniques, or altering the update method or linesearch method if you are using an optimization techniques that allows alternatives in these areas.

Steve Denham

marcioadg
Calcite | Level 5

I will try that, but can I compare IC from between models using different optimization techniques? Or than I would need to chance the opt tech for all my models?

Currently I am using the default for NLMIXED (Dual Quasi-Newton).

SteveDenham
Jade | Level 19

I would say it's probably a good idea to compare IC's based on the same optimization technique.  If you have trouble with one model/dataset, changing to a different method to get it to work for that instance means you should, at the very least, test that method on the other models/datasets.  It would be optimal to use the same technique on all candidate models.

Steve Denham

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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