Def_model_control {Colossus} | R Documentation |
Automatically assigns missing model control values
Description
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("starting_description") |
Value
returns a filled list
See Also
Other Data Cleaning Functions:
Check_Dupe_Columns()
,
Check_Trunc()
,
Correct_Formula_Order()
,
Date_Shift()
,
Def_Control()
,
Def_Control_Guess()
,
Def_modelform_fix()
,
Joint_Multiple_Events()
,
Replace_Missing()
,
Time_Since()
,
factorize()
,
factorize_par()
,
gen_time_dep()
,
interact_them()
Examples
library(data.table)
control <- list("single"=TRUE)
control <- Def_model_control(control)
[Package Colossus version 1.1.1 Index]