xgxr (version 1.0.2)

xgx_summarize_data: Check data for various issues

Description

Calls xgx_check_data

Usage

xgx_summarize_data(data, covariates = NULL)

Arguments

data

the dataset to check. Must contain the above columns

covariates

the column names of covariates, to explore

Value

data.frame

Examples

Run this code
# NOT RUN {
covariates <- c("WEIGHTB", "SEX")
check <- xgx_summarize_data(mad_missing_duplicates, covariates)
# }

Run the code above in your browser using DataLab