The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.