| NEWS | R Documentation | 
NEWS file for the model4you package
Changes in Version 0.9-6
- set all.equal(...) to all.equal(..., check.environment = FALSE) as needed for R version, see https://stat.ethz.ch/pipermail/r-devel/2020-December/080172.html 
Changes in Version 0.9-6
- Fix issues with multi-core computing. 
- allow plotting of more than two treatment groups for cox model 
- update score calculation in coxph() models:\ old: as.matrix(cbind(residuals(mod, "martingale"), estfun(mod))) new: cbind(mod$residuals, mod$residuals * model.matrix(mod)) 
Changes in Version 0.9-5
- avoid using class()==, instead use is(), especially for matrix 
Changes in Version 0.9-4
- allow for custom coefficient tables in node_pmterminal() 
- custom coefficient table for survreg models. 
Changes in Version 0.9-2
- allow plot to have no table 
- improve viewport settings for plot 
Changes in Version 0.9-1 (2018-02-02)
Bugfixes
- Fixed bug in test_heterogeneity(). Added tests for test_heterogeneity(). 
- Fixed bug in binomial_glm_plot(). 
Other
- Added check if the model entered has a single factor covariate.