Survival curve pairwise comparison function

Hi RStudio community,
I am trying to use "survdiff_pairs" function to see the statistical significant for survival curves for more than two groups. I do not know which package this belong to install it, if somebody can help me. You can see the example in the below link.
https://rdrr.io/github/raredd/rawr/man/survdiff_pairs.html
Thanks

link
Its not a package thats on CRAN, so you would be installing a development version.
The readme has install instructions.

Hi, I did not get it. Wondering if you have tried it. Thx

No I didn't try it.
Are you stuck at installing it ? or using it after installing it

Hi, I am stuck with both installing and using it. Thx

If you haven't installed it yet, you wouldn't know if you were stuck on using it , would you ? :smiley:
how about step 1

install.packages('devtools')

what happens when you run that ?

This works. When I run the below codes, they do not work.

kmplot(sfit)
survdiff_pairs(sfit)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.