Is there an easy way to integrate the generalized gamma distribution into the current R survival package? --james
On Thu, 5 Jun 2003, James D Thomas wrote:> Is there an easy way to integrate the generalized gamma distribution into > the current R survival package?I'm not entirely sure what the generalized gamma distribution is, but it is fairly easy to add to survreg() other parametric models where covariates act linearly on either survival or log survival. -thomas
> > Is there an easy way to integrate the generalized gamma distribution into > the current R survival package?This distribution is available in my gnlr3 function in my gnlm library. It handles left-, right-, and interval censoring, with linear and nonlinear regression on all three parameters. Available at www.luc.ac.be/~jlindsey/rcode.html Jim> --james > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >