Skip to content
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

Ridge regression doesn't run without setting penalty parameter #71

Open
kerschke opened this issue Mar 28, 2014 · 0 comments
Open

Ridge regression doesn't run without setting penalty parameter #71

kerschke opened this issue Mar 28, 2014 · 0 comments

Comments

@kerschke
Copy link
Collaborator

As the title already indicates, ridge regression (regr.penalized.ridge), does not run without setting the penalty parameter (lambda2). Without setting it, I get the following error message:
Error in qr.coef(qr(a, LAPACK = TRUE), b) :
Fehlercode 136 von Lapackroutine 'dtrtrs'
Fehler: Matrix inversion failed. Please increase lambda1 and/or lambda2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants