1 Star 1 Fork 0

王诗翔 / forestmodel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
NEWS 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
王诗翔 提交于 2021-08-08 16:46 . Update NEWS
forestmodel 0.6.3 (2020-08-08)
------------------------------
* Improvements to code by @ShixiangWang to add global p value for a model (fixes #31).
forestmodel 0.6.2 (2020-07-17)
------------------------------
* Improvements to code by @ShixiangWang to use `tibble` rather than `data_frame` (fixes #23).
* Addition of point_size option by @ShixiangWang.
* Use of label attribute in data where available, as suggested by @larmarange (fixes #24).
forestmodel 0.6.1 (2019-12-03)
------------------------------
* `limits` option now uses arrows where the confidence intervals extend beyond
the limits (fixes #16, thanks to @ShixiangWang for raising this and providing code!)
* Fix in `forest_rma` needed because of change to `rlang::tidy_eval`, thanks to
@ShixiangWang (fixes #18).
* Fix for selection of covariates, thanks to @ShixiangWang (fixes #20).
* New merge_models parameter, thanks to @ShixiangWang.
forestmodel 0.6.0 (2019-02-25)
------------------------------
* Updated package to use `rlang::tidy_eval`
* Added `model_list` option as suggested by Natasha Purington
* Filter out by default confidence intervals or points that go are infinite
forestmodel 0.5.1 (2018-11-15)
------------------------------
* Fixed covariates option (fixes #14, thanks Mattia for pointing this out)
forestmodel 0.5.0 (2018-04-24)
------------------------------
* Updated minimum version numbers for packages
forestmodel 0.4.4 (2017-04-28)
------------------------------
* Fixed bug in `forests_rma` where the transformation wasn't being passed to
`default_forest_panels`.
forestmodel 0.4.3 (2017-04-16)
------------------------------
* Fixed a bug in `forest_model` which meant that non-synactic variable names (e.g. with
spaces in the title) were dropped from the plot.
* Now handles character columns as factors.
* Fixed some incompatibilities with `bind_cols` in `dplyr` 0.6.
forestmodel 0.4.2 (2017-04-04)
------------------------------
* Fixed a couple of issues in `panel_forest_plot` that produced warnings.
forestmodel 0.4.1
-----------------
* Fixed #5 issue regarding `coxph` models with a single predictor (thanks @vjd)
for identifying the bug)
forestmodel 0.4.0 (2015-12-10)
------------------------------
* Fixed problem with `coxph` models that used special functions.
* Changed from `forest_breaks` to `graphics::axisTicks` for break calculation.
forestmodel 0.3.3
-----------------
* Added `n_events` and `person_time` variables to data for display when using a
`coxph` model
forestmodel 0.3.2
-----------------
* Now handles logical covariates appropriately
* Tweaks to break and limit calculation
forestmodel 0.3.1
-----------------
* Added option (set as default) to recalcluate panel widths
* Added function to make custom panels easier to generate (`forest_panels`)
* Tidied up parameters to make them more consistent between functions
forestmodel 0.3
---------------
* Updated panel object to be a list of lists for greater flexibility
* Added `forest_rma` function to produce forest plots from output of `metafor::rma`
forestmodel 0.1
---------------
* Initial release
1
https://gitee.com/ShixiangWang/forestmodel.git
git@gitee.com:ShixiangWang/forestmodel.git
ShixiangWang
forestmodel
forestmodel
master

搜索帮助