babelmixr2 0.1.5
-
Fix bug where
PopED
could error with certaindvid
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 inPopED
-
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 differentPopED
databases, like in issue
#131. -
Added a new function
babelBpopIdx(poped.db, "par")
which will get
the poped index for a model generated frombabelmixr2
, which is
useful when calculating the power (as in example 11).
What's Changed
- 124 poped pref by @mattfidler in #125
- Pull request for lhs by @mattfidler in #128
- Fix babelmixr2 handling of shrinkage() again by @mattfidler in #132
- Allow mixing of poped models by @mattfidler in #133
- Fix doc by @mattfidler in #134
- Add babelBpopIdx by @mattfidler in #136
- Add PopED win parallel by @mattfidler in #141
- Fix G_xt in event table by @mattfidler in #142
- Update pointers at the beginning of each exported fn by @mattfidler in #143
- Poped examples tp by @mattfidler in #144
Full Changelog: v0.1.4...v0.1.5