Monthly Archive: July 2017

JAGS 4.3.0 is released

The source tarball for JAGS 4.3.0 is now available from Sourceforge. Binary distributions will be available later. See the updated manual for details of the features in the new version....continue reading.

Using caret

A caret call I frequently use. Given that x is training data and y response, library(doMC) and registerDoMC allow me to use more than one processor repeatedcv: if more than...continue reading.