NEWS.md
isValidAndUnreserved()
.forester()
to render labels better.ALL
group in ezcox_group()
.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")
forester()
.show_forest()
for better visualization.show_forest
, which is a wrapper of function ezcox
, get_models
and show_models
.parallel
option in ezcox()
ezcox_parallel()
for better parallel computation (#10)clean_model_dir()
show_models()
filter_ezcox()
and get_models()