Re: [R] censoring symbols on survfit plot

2011-02-19 Thread Patrick Connolly
On Fri, 18-Feb-2011 at 06:01AM -0600, Terry Therneau wrote: |> --begin included message |> Hi, when ploting Kaplan-Meier estimate curves as below, the censoring |> symbols |> (crosses) to not change thickness along the lines |> plot(survfit(surv ~ I(x>=cut.off) ),lty=c(1,2), lwd=2) |> |> is

Re: [R] censoring symbols on survfit plot

2011-02-18 Thread Terry Therneau
--begin included message Hi, when ploting Kaplan-Meier estimate curves as below, the censoring symbols (crosses) to not change thickness along the lines plot(survfit(surv ~ I(x>=cut.off) ),lty=c(1,2), lwd=2) is there any strightforward way to make it happen? thanks -- End inclusion --- Th