Open BenoitLondon opened 11 months ago
I don't think "variable selection" itself is a viable addon, but we can think about:
I think elastic net penalty term added to the likelihood is the best option I tried that in my own package and it works as expected, not sure how it fits wih maxLik package (I use optim on nll+penalty term)
Either a penalty term (lasso L1? or elastic-net) or a step method based on AIC or a "select" argument to remove noisy covariates (high p-values)
I know step/select methods are not ideal for variable selection but that could be helpful and easy to implement.