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.