Skip to content
Prev 16484 / 20628 Next

Binomial generalised linear mixed model using JuliaCall.

Don't have time to dig into this right now (I'm not an expert), but the docs at

https://github.com/dmbates/MixedModels.jl/blob/master/docs/jmd/constructors.jmd#L104


say:
The `Binomial` distribution is only used when the response is the
fraction of trials returning a positive, in which case the number of
trials must be specified as the case weights.

   ... which implies that you can do what you want.

https://github.com/dmbates/MixedModels.jl/blob/fd22daf226938a4f98ce3d4b228e5a99437e3218/src/pls.jl#L61

seem to give 'weights' as the third argument to the LinearMixedModel
function ... ?
On Tue, Apr 17, 2018 at 8:16 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: