The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
isValidAndUnreserved()
.forester()
to render labels better.utf8
as dependency to try passing check.ALL
group in
ezcox_group()
.controls
option.library(survival)
library(ezcox)
$ph.ecog <- factor(lung$ph.ecog)
lungezcox(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")
<- lung
lung2 $sex <- ifelse(lung2$sex == 1, "M", "F")
lung2ezcox_group(lung2, grp_var = "sex", covariate = "ph.ecog", controls = "age : wt.loss")
forester()
.forest_model()
.library(survival)
library(ezcox)
$ph.ecog <- factor(lung$ph.ecog)
lung# 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")
show_forest()
for better
visualization.ezgrp()
for group cox analysis.coxph
.show_forest
, which is a wrapper of
function ezcox
, get_models
and
show_models
.NA
is added to model names when no
controlparallel
option in ezcox()
ezcox_parallel()
for better parallel computation
(#10)clean_model_dir()
show_models()
filter_ezcox()
and get_models()
verbose
option. This may speed up parallel
computation.parallel
option
by furrr package.NEWS.md
file to track changes to the
package.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.