R/bGLMMControl.r

Defines functions bGLMMControl

Documented in bGLMMControl

bGLMMControl<-function(nue=0.1,lin="(Intercept)",start=NULL,q_start=NULL, 
                       OPT=TRUE,sel.method="aic",steps=500,method="EM",overdispersion=FALSE,print.iter=TRUE)
{                       
if (is.null(lin))
stop("At least one unpenalized component has to be incorporated!")
  
list(nue = nue, lin = lin, start = start, q_start = q_start, OPT = OPT,
        sel.method = sel.method, steps = steps, method = method,
        overdispersion = overdispersion, print.iter = print.iter)
}

Try the GMMBoost package in your browser

Any scripts or data that you put into this service are public.

GMMBoost documentation built on Aug. 19, 2023, 5:10 p.m.