Skip to contents

Def_model_control checks and assigns default values

Usage

Def_model_control(control)

Arguments

control

list of parameters controlling the convergence, see Def_Control() for options or vignette("Control_Options")

Value

returns a filled list

Examples

library(data.table)
control <- list("single" = TRUE)
control <- Def_model_control(control)