You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no check for overcomplete designs, which sometimes results in parameter-blowup (betas of >e^14).
This was also seen with matrices that were fullrank (according to LinearAlgebra.rank). We might want to introduce VIF or something similar to check for this.
The text was updated successfully, but these errors were encountered:
There is currently no check for overcomplete designs, which sometimes results in parameter-blowup (betas of >e^14).
This was also seen with matrices that were fullrank (according to LinearAlgebra.rank). We might want to introduce VIF or something similar to check for this.
The text was updated successfully, but these errors were encountered: