NEWS | R Documentation |
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
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))
avoid using class()==, instead use is(), especially for matrix
allow for custom coefficient tables in node_pmterminal()
custom coefficient table for survreg models.
allow plot to have no table
improve viewport settings for plot
Fixed bug in test_heterogeneity(). Added tests for test_heterogeneity().
Fixed bug in binomial_glm_plot().
Added check if the model entered has a single factor covariate.