Recent Releases of robincar
robincar - v1.0.0
See https://cran.r-project.org/web/packages/RobinCar/news/news.html for CRAN News.
What's Changed
- Bugfix for incorrect printing output N/event counts for stratified logrank test by @mbannick in https://github.com/mbannick/RobinCar/pull/30
- Change how robincarlogrank, and robincarcovhr deal with ties by @mbannick in https://github.com/mbannick/RobinCar/pull/32
- Print functionality for negative binomial by @mbannick in https://github.com/mbannick/RobinCar/pull/29
- Added functions for Mantel-Haenszel risk difference by @Eureeca in https://github.com/mbannick/RobinCar/pull/33
- New estimators for GLM variance by @mbannick in https://github.com/mbannick/RobinCar/pull/34
New Contributors
- @Eureeca made their first contribution in https://github.com/mbannick/RobinCar/pull/33
Full Changelog: https://github.com/mbannick/RobinCar/compare/v0.3.1...v1.0.0
- R
Published by mbannick 9 months ago
robincar - Bugfix for specific use-case
What's Changed
- Added ordering for dplyr locale issue. by @mbannick in https://github.com/mbannick/RobinCar/pull/27 Full Changelog: https://github.com/mbannick/RobinCar/compare/v0.3.0...v0.3.1
- R
Published by mbannick over 1 year ago
robincar - 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_glm2torobincar_glm. Same withrobincar_linearandrobincar_linear2. In effect, the older versions ofrobincar_linearandrobincar_glmhave 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 https://github.com/mbannick/RobinCar/pull/20
- Simplification of robincar GLM by @mbannick in https://github.com/mbannick/RobinCar/pull/22
- Name Change + Documentation by @mbannick in https://github.com/mbannick/RobinCar/pull/21
- Bugfix for contrast function by @mbannick in https://github.com/mbannick/RobinCar/pull/23
- Develop by @mbannick in https://github.com/mbannick/RobinCar/pull/24
- Fixed some bugs with the vignettes by @mbannick in https://github.com/mbannick/RobinCar/pull/25
Full Changelog: https://github.com/mbannick/RobinCar/compare/v0.2.0...v0.3.0
- R
Published by mbannick almost 2 years ago
robincar - Modifications for variance estimation in cox hr
Using un-adjusted estimate of HR in the variance formula https://github.com/mbannick/RobinCar/pull/16
- R
Published by mbannick almost 2 years ago
robincar - 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
- R
Published by mbannick over 2 years ago
robincar - Initial release v0.1.0
Initial release of RobinCar.
- R
Published by mbannick over 2 years ago