View source: R/try_glmmlasso.R
Calculating the BIC of a GLMM lasso model, given specific lambda.
1 2 3 4 5 6 7 8 | try_glmmlasso(
lambdainp,
data,
family,
form,
Delta.start = NULL,
q.start = NULL
)
|
lambdainp |
Lambda parameter for the GLMM lasso model. |
data |
A data frame with complete longitudinal and cross-sectional data. |
family |
A family object to specify the link function for outcome. |
form |
Formula for GLMM lasso model. |
Delta.start |
A scalar specifying starting value for GLMM lasso fixed effects parameters. |
q.start |
A scalar or matrix of suitable dimension, specifying starting values for the random-effects variance-covariance matrix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.