Displaying 1 result from an estimated 1 matches for "makeadm".
Did you mean:
mailadm
2010 May 31
1
running admb from R using system()
...ecuting the model.exe file R crashes.
##########################
setting the working directory
setwd("Documents and Settings\\Beni User\\Desktop\\Transfer\\Model
Fournier\\admb models\\simulated data\\stochastic\\pooled age classes")
building the model -> this works fine
system('makeadm stocpool')
running the model -> makes R crash
system('stoc.exe')
###########################
or directly lie this:
setwd("Documents and Settings\\Beni User\\Desktop\\Transfer\\Model
Fournier\\admb models\\simulated data\\stochastic\\pooled age classes")
system("./sto...