search for: sourcedcexampl

Displaying 2 results from an estimated 2 matches for "sourcedcexampl".

Did you mean: sourcedcexample
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...JAGS module. The *dcmle* package defines S4 classes around infrastructure provided by the dclone package to make package development with data cloning for 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...
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...JAGS module. The *dcmle* package defines S4 classes around infrastructure provided by the dclone package to make package development with data cloning for 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...