Hi Ben,
Just really a quick response here without looking at your model
or anything... if R crashes when you try to run a nimble model,
this usually arises because you have invalid values when indexing.
i.e. trying to index over a for loop where you specify index
values that are 0 or negative.
i.e. it will crash if you have
myvector[0]
or myvector[-19]
The quickest way to debug is go through each index value across each of the for loops. Usually when structuring data this kind of error can occur - esp when things get complicated.
Best,
--Alison
--
You received this message because you are subscribed to the Google Groups "nimble-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nimble-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nimble-users/043b4131-a8a0-4048-9356-782795824357n%40googlegroups.com.