This function gives the initial value list used in MaxLik_ms function
svyglm_ms(
formula,
data,
lambda_vector = seq(0, 2, length = 100),
weight_column_name = NULL,
num_cores = 1
)initial value list used in MaxLik_ms function
formula used in model
dataframe containing the dataset to train on
values of lambda used in training svyglm model.
the name of the column in `data` containing the survey weights.
the number of cores used when finding the best svyglm model.