Skip to content

How to change the distribution of the random

1 message · Elizabeth Crone

#
To my knowledge, there is no way to directly specify an alternative probability distribution (but maybe others know of something).  

However, in lme4 the LINK FUNCTION parameters are Gaussian, not the parameters themselves.  For example, the random effects in a binomial(logit) model are logit-normally distributed, which looks a lot like a beta distribution when you back-transform them.  

This makes me wonder if there is a clever way to get, e.g., a mixture of two Gaussian distributions by playing around with the structure of mixed and random effects...