0

I am plotting cumulative incidence of relapse (CIR) and cumulative incidence of curve, using cuminc {cmprsk}. Is there a way of combining the two curves in the same graph? ONE graph but TWO curves.

Dharman
  • 30,962
  • 25
  • 85
  • 135
for8ver3
  • 11
  • 3
  • Please, see this: https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example – bbiasi May 07 '19 at 01:19

1 Answers1

0

You can have the curves in the same graph by turning off multiple panels in the ggcompetingrisks() function

ggcompetingrisks(cuminc, multiple_panels=FALSE)
Dharman
  • 30,962
  • 25
  • 85
  • 135