Recent Releases of ezcox

ezcox - Release 1.0.4

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.

```R 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") ezcoxgroup(lung2, grpvar = "sex", covariate = "ph.ecog", controls = "age : wt.loss") ```

- R
Published by ShixiangWang about 3 years ago

ezcox - Release 1.0.1

- R
Published by ShixiangWang over 4 years ago

ezcox - Release 1.0

  • Added forester().
  • Used roxytest for unit testing.

- R
Published by ShixiangWang over 4 years ago

ezcox - Release v0.8.1

Fix CRAN checks.

- R
Published by ShixiangWang about 5 years ago

ezcox - v0.8

- R
Published by ShixiangWang about 5 years ago

ezcox - v0.7

- R
Published by ShixiangWang almost 6 years ago