[R-sig-ME] Extracting standardized residuals from a gamma(log) glmmTMB

Ben Bolker bbolker at gmail.com
Tue Oct 17 17:50:31 CEST 2017


  I don't think it's a bug, except possibly a documentation bug. I.e.,
we should add details to ?glmmTMB or ?family_glmmTMB (which should
possibly be aliased to family.glmmTMB as well even though family is not
an S3 generic function, because people might look there.

 cheers
  Ben Bolker


On 17-10-17 11:33 AM, Mollie Brooks wrote:
> Hi Aoibheann,
> 
> That seems to be a bug in glmmTMB since the Gamma family does include a
> variance function.
> 
> I think we need to change this line of code https://github.com/
> glmmTMB/glmmTMB/blob/f9388401f2173b774b16d63d31fff9a1dbc3c48f/glmmTMB/R/methods.R#L483
> 
> 
> Can you add an issue on GitHub (https://github.com/glmmTMB/glmmTMB/issues)?
> If not, I could do it.
> 
> cheers,
> Mollie
> 
> 
> On Tue, Oct 17, 2017 at 3:54 PM, Aoibheann Gaughran <gaughra at tcd.ie> wrote:
> 
>> Hi all,
>>
>> I have run a glmmTMB with (family="Gamma",link="log") and now want to
>> validate the model, but am unable to extract the standardised residuals
>> with sresid <- resid(mod1tmb, "pearson").  It produces the following error
>> message:
>>
>> Error in residuals.glmmTMB(mod1tmb, "pearson") :
>> variance function undefined for family ‘Gamma’; cannot compute Pearson
>> residuals
>>
>>
>> Would anyone be able to assist me with this?
>>
>> Many thanks,
>>
>> --
>> Aoibheann Gaughran
>>
>> Behavioural and Evolutionary Ecology Research Group
>> Zoology Building
>> School of Natural Sciences
>> Trinity College Dublin
>> Dublin 2
>> Ireland
>> Phone: +353 (86) 3812615
>>
>>         [[alternative HTML version deleted]]
>>
>> _______________________________________________
>> R-sig-mixed-models at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-sig-mixed-models at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
>



More information about the R-sig-mixed-models mailing list