vars_gee | R Documentation |
Set Variables to Use in GEE Model
vars_gee(
response = "AVAL",
covariates = c(),
id = "USUBJID",
arm = "ARM",
visit = "AVISIT"
)
response |
( |
covariates |
( |
id |
( |
arm |
( |
visit |
( |
A list of variables that can be used as the vars
argument in fit_gee()
.
vars_gee()
vars_gee(
response = "CHG",
covariates = c("SEX", "RACE"),
id = "SUBJID",
arm = "ARMCD",
visit = "AVISITN"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.