- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I try to compare convergence rate using different model procedure: logistic, genmod, and glimmix. However each procedure has difference convergence criterion. I listed some example below. Are these criterion similar to each other? Can anyone give me advice which one I should use ? Thanks so much in advance !
Proc genmod: CICON, CONVH, CONVER, default is 1e-4, INITI
Proc logistic: GCONV : default is 1e-8
proc glimmix: pconv, default is 1e-4
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You probably don't need to worry about the different criteria. Unless you are having convergence problems, you don't need to change the convergence parameters from their default values. If you are having convergence problems, the reason is often that the model does not fit the data. If so, changing the convergence parameters might not lead to convergence.
From a practical point of view, if the standard errors for the parameter estimates are much much larger than the convergence criterion, then the criterion doesn't play an important role in the point estimates and inferential statistics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You probably don't need to worry about the different criteria. Unless you are having convergence problems, you don't need to change the convergence parameters from their default values. If you are having convergence problems, the reason is often that the model does not fit the data. If so, changing the convergence parameters might not lead to convergence.
From a practical point of view, if the standard errors for the parameter estimates are much much larger than the convergence criterion, then the criterion doesn't play an important role in the point estimates and inferential statistics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content