svyglm_ms | R Documentation |
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
)
formula |
formula used in model |
data |
dataframe containing the dataset to train on |
lambda_vector |
values of lambda used in training svyglm model. |
weight_column_name |
the name of the column in 'data' containing the survey weights. |
num_cores |
the number of cores used when finding the best svyglm model. |
initial value list used in MaxLik_ms function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.