-
Notifications
You must be signed in to change notification settings - Fork 2
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
estimates post: matrix has missing values #1
Comments
Some more information: everything works fine when I include variables X1, X2, X3, ... XN. When I add the same variables squared, rlasso for predicting Y gives the following output (vverbose):
|
Using prestd option solves the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I keep running into this error, even though I have excluded all observations with missing values in any variable.
A quick trace shows that the error arises after rlasso is run and tries to post "b" at line
ereturn post b, obs(
N') depname(
varY_d') esample(`touse')I can "fix" it by removing variables one-by-one until I found the one that caused it. But I am not sure what the problem with that variable is. Could the problem be that it is colinear with other variables?
The text was updated successfully, but these errors were encountered: