try_glmmlasso: Calculating the BIC of a GLMM lasso model, given specific...

Description Usage Arguments

View source: R/try_glmmlasso.R

Description

Calculating the BIC of a GLMM lasso model, given specific lambda.

Usage

1
2
3
4
5
6
7
8
try_glmmlasso(
  lambdainp,
  data,
  family,
  form,
  Delta.start = NULL,
  q.start = NULL
)

Arguments

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.


SOCR/DataSifterII documentation built on Dec. 15, 2021, 10:29 a.m.