-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix up VarCorr #173
Comments
Add lots of tests and maybe error in |
|
While you're at it make some more documentation for |
Note that |
Hi, I was wondering whether there is still a bug in how makeLmer uses the variance-covariance matrix? |
Yes, the 30 April post is an example of the bug. Still working out how to fix it, but I have some workarounds if you're being affected by the bug. |
Ah I see! Yes, it seems like I am affected by this bug. I tried to figure out what’s wrong with my variance-covariance matrix, but probably it’s nothing wrong with it :) |
Where did yours come from? Is it from a previously fit lme4 model, or have you specified it by hand? |
I actually tried both, one that I made up and another one that I extracted from a lme4 model :) |
If you already have one in another model, that's the easiest option because you can just copy the theta parameter across:
If your variance-covariance matrix
|
Wow, cool! Thanks so much, that works just fine :-) |
Pivoting bug. Look at
safe_chol
in lme4 codebase?The text was updated successfully, but these errors were encountered: