I've got a small data set of 55 observations with a binary outcome variable of which only 11 are 1's and the rest are 0's.
I was wondering if Lasso was a useful tool to predict my outcome here and if not I thought I'd still learn a thing or two.
I can get the model to run and display coefficients and p values typing:
dslogit outcomeY x1 x2 x3 x4...xn, controls(c1, c2, c3...cn)
It actually looks great, the p values are much better than I get with my highly unstable multiple regression (I realize multiple regression is not a great idea with such a little dataset) and knowing that when something's too good to be true, it usually is; I ask you: What's my mistake here and what should I be looking out for before I go tell everyone about my magnificent results?