Skip to content

Releases: ShixiangWang/ezcox

Release 1.0.4

09 May 01:55
Compare
Choose a tag to compare

ezcox 1.0.4

  • Refined the handle of isValidAndUnreserved().
  • Enhanced the forester() to render labels better.

ezcox 1.0.3

  • Add utf8 as dependency to try passing check.

ezcox 1.0.2

  • Fixed changable ALL group in ezcox_group().
  • Supported interaction term in controls option.
library(survival)
library(ezcox)

lung$ph.ecog <- factor(lung$ph.ecog)
ezcox(lung, covariates = c("age"), controls = "sex:ph.ecog")
ezcox(lung, covariates = c("age", "wt.loss"), controls = "sex:ph.ecog")

show_forest(lung, covariates = c("age", "wt.loss"), controls = "sex:ph.ecog")

lung2 <- lung
lung2$sex <- ifelse(lung2$sex == 1, "M", "F")
ezcox_group(lung2, grp_var = "sex", covariate = "ph.ecog", controls = "age : wt.loss")

Release 1.0.1

06 Oct 13:26
Compare
Choose a tag to compare

Release 1.0

12 Sep 07:55
Compare
Choose a tag to compare
  • Added forester().
  • Used roxytest for unit testing.

Release v0.8.1

18 Mar 02:54
Compare
Choose a tag to compare

Fix CRAN checks.

v0.8

15 Mar 09:04
Compare
Choose a tag to compare
 add the trailing slash

v0.7

05 Jul 08:49
Compare
Choose a tag to compare
Try fix covr token