You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove fitting of the subject-specific GLM models within fitGLMM()
this requires som re-working of various bits and ends but should be feasible
see if it's possible to speed up the NB LASSO bit, as per profiling with profvis that is the largest runtime piece
maybe supply a smaller / more intelligent set of values of the penalty parameter $\lambda$ ? right now 50 values are considered, but the values themselves are chosen automatically
The text was updated successfully, but these errors were encountered:
Dumb question -- MNET does induce sparsity of the coefficients a la LASSO. maybe add an argument to fitGLMM() specifying whether LASSO, MNET, or SNET penalties should be used ? do an analysis to determine which results in "most sparse" outcomes, as that's likely what we want
In 30e5d92 I added an argument to fitGLMM() called reg.penalty - a string that specifies the penalty type used by mpath::glmregNB(). thus the user can control what kind of penalty is used, though it defaults to "snet".
fitGLMM()
profvis
that is the largest runtime pieceThe text was updated successfully, but these errors were encountered: