dot-make.model.RoboDataGLM: Makes a model class for the specified glm adjustment method...

.make.model.RoboDataGLMR Documentation

Makes a model class for the specified glm adjustment method with settings for covariate randomization scheme and vcovHC type.

Description

Makes a model class for the specified glm adjustment method with settings for covariate randomization scheme and vcovHC type.

Usage

## S3 method for class 'RoboDataGLM'
.make.model(
  data,
  adj_method,
  car_scheme,
  vcovHC,
  covariate_to_include_strata,
  g_family,
  g_accuracy
)

Arguments

adj_method

Type of adjustment method

car_scheme

Type of covariate adaptive randomization

vcovHC

Type of heteroskedasticity-consistent SE's

covariate_to_include_strata

Include strata as covariates

g_family

Family for GLM model

g_accuracy

Accuracy tolerance for prediction unbiasedness


mbannick/RoboCar documentation built on June 16, 2022, 6:56 p.m.