Git Product home page Git Product logo

Comments (6)

kassambara avatar kassambara commented on August 15, 2024

Good idea!
New argument risk.table.ticks.col added: logical value. Default value is FALSE. If TRUE, risk table tick labels will be colored by strata.

from survminer.

MarcinKosinski avatar MarcinKosinski commented on August 15, 2024

Looks great

if(!require(devtools)) install.packages("devtools")
devtools::install_github("kassambara/survminer")
#++++++++++++++++++++++++++++++++++++
require("survival")
fit<- survfit(Surv(time, status) ~ sex, data = lung)
library("survminer")
# Drawing survival curves
ggsurvplot(fit)
ggsurvplot(fit, pval = TRUE, conf.int = TRUE, risk.table.ticks.col = TRUE,
           risk.table = TRUE, legend = "none" )

Thanks!

risk_tbl_ticks_col

from survminer.

MarcinKosinski avatar MarcinKosinski commented on August 15, 2024

Maybe it's better to call this 'risk.table.text.col'? What do You think?

Marcin Kosinski

Dnia 15.02.2016 o godz. 19:56 Alboukadel KASSAMBARA [email protected] napisaล‚(a):

Good idea!
New argument risk.table.ticks.col added: logical value. Default value is FALSE. If TRUE, risk table tick labels will be colored by strata.

โ€”
Reply to this email directly or view it on GitHub.

from survminer.

kassambara avatar kassambara commented on August 15, 2024

Which one is most explicit among these 3 options:

  • risk.table.text.col?
  • risk.table.ytext.col?
  • risk.table.strata.col?

Thanks in advance!

from survminer.

MarcinKosinski avatar MarcinKosinski commented on August 15, 2024

I would go risk.table.y.text.col as y.text is a ggplot object in
theme() ?
No problem, it is you who are doing a favour to me :)

2016-02-15 22:21 GMT+01:00 Alboukadel KASSAMBARA [email protected]:

Which one is most explicit among these 3 options:

  • risk.table.text.col?
  • risk.table.ytext.col?
  • risk.table.strata.col?

Thanks in advance!

โ€”
Reply to this email directly or view it on GitHub
#8 (comment).

from survminer.

kassambara avatar kassambara commented on August 15, 2024

risk.table.y.text.col argument can be used now.

Thanks,
A. Kassambara

from survminer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.