powered by
Set Variables to Use in GEE Model
vars_gee( response = "AVAL", covariates = c(), id = "USUBJID", arm = "ARM", visit = "AVISIT" )
A list of variables that can be used as the vars argument in fit_gee().
vars
fit_gee()
(character) name of response variable.
character
(character) vector of names of variables to use as covariates.
(character) name of variable to use to identify unique IDs.
(character) name of arm variable.
(character) name of visit variable.
vars_gee() vars_gee( response = "CHG", covariates = c("SEX", "RACE"), id = "SUBJID", arm = "ARMCD", visit = "AVISITN" )
Run the code above in your browser using DataLab