xgx_check_data {xgxr}R Documentation

Check data for various issues

Description

xgx_check_data performs a series of checks on a PK or PKPD dataset It was inspired by the dataset preparation table from IntiQuan.

Usage

xgx_check_data(data, covariates = NULL)

Arguments

data

the dataset to check. Must contain the above columns

covariates

the column names of covariates, to explore

Details

The dataset must have the following columns

The dataset may also have additional columns

Value

data.frame

Examples

covariates <- c("WEIGHTB", "SEX")
check <- xgx_check_data(mad_missing_duplicates, covariates)


[Package xgxr version 1.1.2 Index]