Description Usage Arguments Value
View source: R/filter_lambda.R
Select the optimal lambda that minimizes BIC. The starting values of the parameters play an essential part in GLMM LASSO model fitting. We first consider glmmPQL fitted values. Then, we consider 0s for sparse signal scenario.
1 2 3 4 5 6 7 8 9 |
data |
A long format complete data frame. |
outcome |
Outcome variable of interest. |
ID |
Name of the ID variable in the dataset. |
lambdaseq |
A vector of lambdas to consider. |
range |
The next lambda sequence to consider, given the best lambda from current lambdaseq. |
family |
Link function for the outcome. |
startPQL |
Logical. If TRUE initiate parameter estimates are generated from glmmPQL. IF FALSE, initiate parameter estimates are 0s. |
glm1 - The optimal GLMM under LASSO regularization with smallest BIC.
seqs - The next Lambda sequence to be considered, when further search is needed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.