Skip to content

Commit

Permalink
Set n.workers=2 setting for schools example
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbgoudie committed Oct 12, 2018
1 parent e8fd66d commit 6e6aa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bugs.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
#' ## You may need to specify 'MultiBUGS.pgm'
#' ## also you need write access in the working directory:
#' schools.sim <- bugs(data, inits, parameters, model.file,
#' n.chains=3, n.iter=5000)
#' n.chains=3, n.workers = 2, n.iter=5000)
#' print(schools.sim)
#' plot(schools.sim)
#' }
Expand Down

0 comments on commit 6e6aa0a

Please sign in to comment.