Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@mattfidler mattfidler released this 06 Nov 21:23

babelmixr2 0.1.5

  • Fix bug where PopED could error with certain dvid values

  • Fix bug where if/else clauses in the model could cause the model to
    not predict the values correctly in 'PopED`

  • Fix bug so that shrinkage() calculation works in PopED

  • Fix bug so that you can mix 2 different PopED data bases in an
    analysis without crashing R. While this didn't occur with every
    database clash, it more frequently occurred when you interleaved
    PopED code between two different PopED databases, like in issue
    #131.

  • Added a new function babelBpopIdx(poped.db, "par") which will get
    the poped index for a model generated from babelmixr2, which is
    useful when calculating the power (as in example 11).

What's Changed

Full Changelog: v0.1.4...v0.1.5