Skip to content

Building upon simpler models using getPar0 #167

Answered by bmcclintock
CatTFonseca asked this question in Q&A
Discussion options

You must be logged in to vote

This can be as much art as science for complicated models. Either option might work well. I'd suggest you try both and also look into the retryFits argument. The key is to monitor the negative log likelihood value, where lower is better (this is printed when using the retryFits argument or can be accessed via model$mod$minimum (e.g. fitfix$mod$minimum). If you do a bunch of retryFits and at some point the negative log likelihood stops getting lower (and fairly consistently converges to this value thereafter), then this can suggest convergence (but not necessarily to the global maximum). See this {moveHMM} vignette for more on the topic. Also see this paper on the dangers of false converge…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CatTFonseca
Comment options

Answer selected by bmcclintock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants