Skip to content

把方块比例调小 #12

Closed
Closed
@ShixiangWang

Description

@ShixiangWang
Owner
No description provided.

Activity

self-assigned this
on May 1, 2020
ShixiangWang

ShixiangWang commented on May 2, 2020

@ShixiangWang
OwnerAuthor
ShixiangWang

ShixiangWang commented on May 2, 2020

@ShixiangWang
OwnerAuthor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @ShixiangWang

      Issue actions

        把方块比例调小 · Issue #12 · ShixiangWang/ezcox