NEWS.md
plot
method for mcmcFD
objects and warn that mcmcFDplot
is deprecatedmcmcCoefPlot()
and mcmcMargEff()
.mcmcRocPrcGen()
. This function takes generalized objects and has the same functionality as mcmcRocPrc()
, which only works for jags objects currently. It should be noted that mcmcRocPrcGen()
works much more slowly than mcmcRocPrc()
. Future version aim to merge and improve upon these functions.NEWS.md
file to track changes to the package.mcmcRocPrc()
speed by replacing imported ROCR functions with faster custom ROC and PR curve calculators. The test example with “fullsims = TRUE” should now take 2s or less to run instead of the previous 10-30s. (#25)mcmcRocPrc()
interface. Instead of pre-calculating several data matrices, the function now takes a fitted “rjags” object ([R2jags::jags()]) as input along with names of the dependent and independent variables that were used in the model.