Displaying 2 results from an estimated 2 matches for "leafsurv".
2005 Feb 24
2
survreg with gamma distribution: re-post
...gling around for some help, and have found some threads 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, d...
2005 Jan 27
0
Survreg with gamma distribution
...gling around for some help, and have found some threads 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 = &qu...