[R] glm() for log link and Weibull family

2007-06-08 Thread Robert A. LaBudde
I need to be able to run a generalized linear model with a log() link and a Weibull family, or something similar to deal with an extreme value distribution. I actually have a large dataset where this is apparently necessary. It has to do with recovery of forensic samples from surfaces, where

Re: [R] glm() for log link and Weibull family

2007-06-08 Thread Prof Brian Ripley
On Fri, 8 Jun 2007, Robert A. LaBudde wrote: I need to be able to run a generalized linear model with a log() link and a Weibull family, or something similar to deal with an extreme value distribution. The Weibull with log link is not a GLM, but survreg() in package survival can fit it, as