View source: R/xgx_summarize_covariates.R
xgx_summarize_covariates | R Documentation |
xgx_summarize_covariates
xgx_summarize_covariates(data, covariates = NULL, n_cts = 8)
data, |
the dataset to check. must contain a USUBJID or ID column for subject id |
covariates, |
the column names of covariates, to explore |
n_cts, |
the number of unique values for a covariate to be treated as continuous, default is 8 |
list
data <- data.frame(ID = 1:10, WT0 = rnorm(10, 70, 10),
SEX = round(runif(10)))
x <- xgx_summarize_covariates(data, c("WT0", "SEX"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.