Displaying 2 results from an estimated 2 matches for "censorcode".
2005 Feb 24
2
survreg with gamma distribution: re-post
...reads to a similar
question posted to the R-Help list in October last year. Because I am a
bit of a survival analysis and R newbie, I didn't really understand the
discussion thread.
I've been working with a Weibull distribution, thus:
>leafsurv.weibull<-survreg(Surv(minage, maxage, censorcode, type =
>"interval")~1, dist = "weib")
And I guess I'd like to be able to do something that's the equivalent of
>leafsurv.gamma<-survreg(Surv(minage, maxage, censorcode, type =
>"interval")~1, dist = "gamma")
At least one of the R-help...
2005 Jan 27
0
Survreg with gamma distribution
...reads to a similar
question posted to the R-Help list in October last year. Because I am a
bit of a survival analysis and R newbie, I didn't really understand the
discussion thread.
I've been working with a Weibull distribution, thus:
>leafsurv.weibull<-survreg(Surv(minage, maxage, censorcode, type =
"interval")~1, dist = "weib")
And I guess I'd like to be able to do something that's the equivalent of
>leafsurv.gamma<-survreg(Surv(minage, maxage, censorcode, type =
"interval")~1, dist = "gamma")
At least one of the R-help listserv...