1.0.3
Fix
- In
dh.makeIqr
, added 'stringsAsFactors argument to call to ds.dataFrame to be compatible with latest version of R. - In
dh.makeExcludedDf
, removed hard coding of ID. - In
dh.lmeMultPoly
, fixed error where fit.tab wasn't being returned if there was only one valid model.
Chore
- Refactored
dh.lmTab
anddh.makeLmerForm
. - Added unit tests for
dh.lmTab
anddh.makeLmerForm
.