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
utf8as dependency to try passing check.
ezcox 1.0.2
- Fixed changable
ALLgroup inezcox_group(). - Supported interaction term in
controlsoption.
```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
- Fixed sample counting when input data contains unavailable time and status values.
- A vignette for advanced usage has been added to https://shixiangwang.github.io/ezcox-adv-usage/.
- Fixed label rendering for global p value.
- 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