-
Notifications
You must be signed in to change notification settings - Fork 25
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
Added Mahalanobis distance to linear regression #416
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sjentsch, I think adding the mahalanobis distance measures would be a good idea. However, I think you'd need to address a couple of issues for it to be merged. If you need some help, lmk through slack
…tistics and cases to exclude
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the changes, and they address the issues I originally had so this can me merged
With this commit, an warning notice is added, if one of the models in the analysis has a singularity issue. Also fixes an indexing problem that appears when a model contains aliased coefficients.
Because there were some conflicts with this branch, I created my own branch based on this branch and fixed the issues. I opened a new PR for this branch (#421) so this one can be closed. |
Added Mahalanobis distance (both as a results table and as output data) to linear regression