Displaying 2 results from an estimated 2 matches for "parchain".
Did you mean:
parhain
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...hierarchical models easy as a breeze.
The testing suite of the two packages now includes 30 examples (see
listDcExamples() ).
library(dcmle)
sourceDcExample("seeds")
cl <- makePSOCKcluster(3)
parLoadModule("glm")
m <- dcmle(seeds, n.clones=c(1,2,4), cl=cl, partype="parchains")
stopCluster(cl)
m
I am grateful for the feedback and support provided by a growing user
base. Special thanks to Martyn Plummer for exposing RNG handling in
rjags for better integration, and to Khurram Nadeem for catching the
most annoying bugs on the test run.
Cheers,
Peter
Peter Solymo...
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...hierarchical models easy as a breeze.
The testing suite of the two packages now includes 30 examples (see
listDcExamples() ).
library(dcmle)
sourceDcExample("seeds")
cl <- makePSOCKcluster(3)
parLoadModule("glm")
m <- dcmle(seeds, n.clones=c(1,2,4), cl=cl, partype="parchains")
stopCluster(cl)
m
I am grateful for the feedback and support provided by a growing user
base. Special thanks to Martyn Plummer for exposing RNG handling in
rjags for better integration, and to Khurram Nadeem for catching the
most annoying bugs on the test run.
Cheers,
Peter
Peter Solymo...