[ADMB Users] crappy software

dave fournier davef at otter-rsch.com
Sun Oct 30 15:17:36 PDT 2011


this requires a file "seed" for the random number seed. It increments it 
by 2 each time
the simulator is called.

A litle script like

rm b1
for i in {1..995}
do
   ./simulator
   ./analyzer -mno 10000 -ams 10000000 -noinit
   grep "^ *4 *b" *.std >> b1
done

runs the simulation

Maybe someone can verify that what I have done here is correct. As Ben 
alluded, the
code is optimized for this example so that it is much faster than 
glmmadmb. It also seems to
do gauss-hermite integration as an option, although I can't recall 
having implemented it for
more than one random effect.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: analyzer.tpl
URL: <http://lists.admb-project.org/pipermail/users/attachments/20111030/693e8965/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: simulator.tpl
URL: <http://lists.admb-project.org/pipermail/users/attachments/20111030/693e8965/attachment-0001.ksh>


More information about the Users mailing list