Eshin Jolly
Eshin Jolly
Not currently, you'd have to do it after-the-fact, but could consider adding it as an enhancement
Thanks I can look into adding this in the future
https://www.rdocumentation.org/packages/lme4/versions/1.1-27.1/topics/glmer
Unfortunately not at this time. It's on the short term todo list, so some time this year given my work commitments: https://trello.com/c/XOxtVjX0 I had started this functionality with the hope...
Thanks a ton @dramanica! Sorry I haven't had a chance to review as I'm currently traveling, but should be available in about a week or so. If I recall correctly...
Duplicate of #88
First off @turbach WOW. I can't express enough how much I appreciate your offer to help and this detailed comment! I've haven't run across many labs that actively maintained a...
Hi @sandy1729-swish can you provide a bit more context for what you mean by the _weights_ field? Model coefficients are accessible via: `model.coef` - "population" (top) level estimates `model.fixef` -...
Ah I see thanks for clarifying. At this time I don't have any plans to add that, but can take look if/when I get time. But because it's low on...
Unfortunately currently not. We only support the following families with their [default link functions](https://stat.ethz.ch/R-manual/R-devel/library/stats/html/family.html): ``` implemented_fams = [ "gaussian", "binomial", "gamma", "inverse_gaussian", "poisson", ] ``` I can look into adding...