If called with no arguments, glmnet.control() returns a list with the
current settings of these parameters. Any arguments included in the call
sets those parameters to the new values, and then silently returns. The
values set are persistent for the duration of the R session.
glmnet.control(fdev = 0) #continue along path even though not much changesglmnet.control() # view current settingsglmnet.control(factory = TRUE) # reset all the parameters to their default