Auxiliary variables excluded (loggedEvents, method = "pmm") #717
-
Beta Was this translation helpful? Give feedback.
Answered by
stefvanbuuren
Jun 1, 2025
Replies: 1 comment 1 reply
-
|
It is likely that your variables are linearly dependent. The internal function |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stefvanbuuren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



It is likely that your variables are linearly dependent. The internal function
remove.lindep()removes linear dependent variables. You can specifymice(..., eps = 0)to inactivate it, but that is likely to get you into trouble. See #225.