v0.3.0
RobinCar 0.3.0
Features
- Changed the name description of RobinCar.
Breaking Changes
- Simplified user experience for
robincar_glm
: removedrobincar_glm
,
and renamedrobincar_glm2
torobincar_glm
. Same withrobincar_linear
androbincar_linear2
. In effect,
the older versions ofrobincar_linear
androbincar_glm
have been deprecated.
Bugfixes
- Previously, the factor level order passed by the user for the treatment variable was ignored. We have fixed this,
so all estimates will be presented in the order of treatment levels specified by user.
Details
- Fixed printing error for formula used with glm.nb by @mbannick in #20
- Simplification of robincar GLM by @mbannick in #22
- Name Change + Documentation by @mbannick in #21
- Bugfix for contrast function by @mbannick in #23
- Develop by @mbannick in #24
- Fixed some bugs with the vignettes by @mbannick in #25
Full Changelog: v0.2.0...v0.3.0