Def_model_control | R Documentation |
Def_model_control
checks and assigns default values
Def_model_control(control)
control |
list of parameters controlling the convergence, see Def_Control() for options or vignette("Control_Options") |
returns a filled list
Other Data Cleaning Functions:
Check_Dupe_Columns()
,
Check_Trunc()
,
Check_Verbose()
,
Convert_Model_Eq()
,
Correct_Formula_Order()
,
Date_Shift()
,
Def_Control()
,
Def_Control_Guess()
,
Def_modelform_fix()
,
Event_Count_Gen()
,
Event_Time_Gen()
,
Joint_Multiple_Events()
,
Replace_Missing()
,
Time_Since()
,
factorize()
,
factorize_par()
,
gen_time_dep()
,
interact_them()
library(data.table)
control <- list("single" = TRUE)
control <- Def_model_control(control)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.