Skip to content

Commit

Permalink
tiny run
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Dec 23, 2017
1 parent 37ced44 commit 3f271ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunModel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ InitStage <- function() {list(stage=array(data=2,dim=c(dim(hours))))}
pt<-c("alpha","sub_alpha","gamma","depth_mu","depth_tau","dive_new","state", "sub_state","E","Enew")
if(newModel){
system.time(diving<-jags.parallel(model.file = "Bayesian/NestedDive.jags",data=data,n.chains=2,parameters.to.save=pt,n.iter=100,n.burnin=0,n.thin=2,DIC=FALSE,inits = InitStage))
system.time(diving<-jags.parallel(model.file = "Bayesian/NestedDive.jags",data=data,n.chains=2,parameters.to.save=pt,n.iter=1000,n.burnin=500,n.thin=2,DIC=FALSE,inits = InitStage))
}
```
Expand Down

0 comments on commit 3f271ca

Please sign in to comment.