ezcox 1.0.4

ezcox 1.0.3

ezcox 1.0.2

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")

ezcox 1.0.1

ezcox 1.0.0

ezcox 0.8.2

library(survival)
library(ezcox)

lung$ph.ecog <- factor(lung$ph.ecog)
# Build unvariable models
# and show global p value for each model
# aside the 'reference' label.
show_forest(lung, covariates = c("age", "sex", "ph.ecog"), show_global_p = "aside")

ezcox 0.8.1

ezcox 0.8.0

ezcox 0.7.0

ezcox 0.6.0

ezcox 0.5.0

ezcox 0.4.0

ezcox 0.3.1

ezcox 0.3.0

ezcox 0.2.5

ezcox 0.2.4

ezcox 0.2.3

ezcox 0.2.2

ezcox 0.2.1

ezcox 0.2.0

ezcox 0.1.0

mirror server hosted at Truenetwork, Russian Federation.