Releases: mbannick/RobinCar
Releases · mbannick/RobinCar
Bugfix for specific use-case
What's Changed
- Added ordering for dplyr locale issue. by @mbannick in #27
Full Changelog: v0.3.0...v0.3.1
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
v0.2.0
Modifications for variance estimation in cox hr
Using un-adjusted estimate of HR in the variance formula
#16
Working model updates v0.1.1
- Support for negative binomial glm (with known or unknown dispersion parameter)
- Beta version of SuperLearner working model
- Updated variance calculation that fixes negative variance when all/most outcome observations are 0
Initial release v0.1.0
Initial release of RobinCar.