Description Usage Arguments Value Examples
View source: R/xgx_summarize_data.R
Calls xgx_check_data
1 | xgx_summarize_data(data, covariates = NULL)
|
data |
the dataset to check. Must contain the above columns |
covariates |
the column names of covariates, to explore |
data.frame
1 2 | covariates <- c("WEIGHTB", "SEX")
check <- xgx_summarize_data(mad_missing_duplicates, covariates)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.