Open billdenney opened 4 years ago
The problem is with the omega
matrix; it isn't positive definite with a 0
on the diagonal (by definition); Therefore putting it back would be problematic.
However with model piping, you can put it in quite easily, so I'm unsure there is a huge advantage to having it in the output.
It is possible to remove the diagonal with a zero provided:
It seems alot for something the user can do themselves. For now I will not work on this, but I can see its value. I have some higher value things that need to be taken care of.
Reasonable that this is very low priority.
It is possible to fix IIV to a nonzero value for a focei fit, but I cannot fix it to zero.
I think that the preferred behavior would be to handle this by removing the zero before estimation-- either totally remove it (probably much easier) or remove it and put it back into the estimation results later (harder from a programming perspective, but better for the user).
Created on 2020-09-07 by the reprex package (v0.3.0)