I'm wondering if I can get AIC and BIC from GLMNet. I've found glmnet.cr that seems to be able to do it but my response is time, not ordinal. I could calculate it myself from likelihood but glmnet doesn't return that either.
Tangential: can I actually return the l1norm? I feel like it should just be
fit$norm
but it doesn't seem to be. (I know it says don't pull the numbers out but I'm actually not using the R)
Thanks in advance for the help.