-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/lm list #108
base: master
Are you sure you want to change the base?
Feature/lm list #108
Conversation
this is based on lme4::lmList but is restricted to linear models and does partial pooling rather than no pooling
Upon further review, the problem is that we have a massive memory leak somewhere. |
OK, it is fundamentally passing on Travis now |
@bgoodri Just started going through this. One thing I noticed is that it doesn't seem to work with Error: grouping factors must have > 1 sampled level
Called from: checkNlevels(reTrms$flist, n = n, control) which comes from these new lines in
|
Looks like I need to pass a glmerControl() to glFormula() like we do in On Thu, Jul 21, 2016 at 6:16 PM, Jonah Gabry notifications@github.com
|
Also, do you know why this gives such crazy fitted values (~ -500 mpg) for some obs?
|
Those are the 6 cylinder cars but I don't know what it isn't matching up On Thu, Jul 21, 2016 at 6:33 PM, Jonah Gabry notifications@github.com
|
Yeah, two issues I think. One is that it's so different from |
I think the ordering in $coefficients is wrong. On Thu, Jul 21, 2016 at 6:48 PM, Jonah Gabry notifications@github.com
|
@jgabry Is there anything else to implement for this partially pooled linear model before merging? It is failing on travis for mysterious reasons but passing locally.
Is the stuff you were doing to do
pp_check
by group on a branch somewhere? We could use something like that for this.example("lmList", package = "lme4")
has a nice (lattice-based) plot.