svyglm_ms {lboxcox}R Documentation

Svyglm of MaxLik_ms

Description

This function gives the initial value list used in MaxLik_ms function

Usage

svyglm_ms(
  formula,
  data,
  lambda_vector = seq(0, 2, length = 100),
  weight_column_name = NULL,
  num_cores = 1
)

Arguments

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.

Value

initial value list used in MaxLik_ms function


[Package lboxcox version 1.2 Index]