We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ShixiangWang/forestmodel@1b3b000
Install the latest version of forestmodel from GitHub.
remotes::install_github("ShixiangWang/forestmodel")
> library(survival) > show_forest(lung, covariates = c("sex", "ph.ecog"), controls = "age", format_options= forestmodel::forest_model_format_options(point_size = 5)) => Processing variable sex ==> Building Surv object... ==> Building Cox model... ==> Done. => Processing variable ph.ecog ==> Building Surv object... ==> Building Cox model... ==> Done. > show_forest(lung, covariates = c("sex", "ph.ecog"), controls = "age", format_options= forestmodel::forest_model_format_options(point_size = 2)) => Processing variable sex ==> Building Surv object... ==> Building Cox model... ==> Done. => Processing variable ph.ecog ==> Building Surv object... ==> Building Cox model... ==> Done.
Activity
ShixiangWang commentedon May 2, 2020
ShixiangWang/forestmodel@1b3b000
ShixiangWang commentedon May 2, 2020
Install the latest version of forestmodel from GitHub.