View source: R/xgx_summarize_data.R
xgx_summarize_data | R Documentation |
Calls xgx_check_data
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
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.