.make.model.RoboDataGLM | R Documentation |
Makes a model class for the specified glm adjustment method with settings for covariate randomization scheme and vcovHC type.
## S3 method for class 'RoboDataGLM' .make.model( data, adj_method, car_scheme, vcovHC, covariate_to_include_strata, g_family, g_accuracy )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.