Convert data to an IQRsysData object

Convert data to an IQRsysData object

import_IQRsysData(
  data,
  CONDITION = NULL,
  ID = "ID",
  TIME = "TIME",
  DV = "DV",
  YTYPE = "YTYPE",
  covNames = NULL,
  catNames = NULL,
  regressorNames = NULL
)

Arguments

data

data frame or character pointing to a data file.

CONDITION

name of the condution column in data. Can be the same as ID.

ID

name of the ID column in data (ID = identifier).

TIME

name of the TIME column in data.

DV

name of the DV column in data (DV = data value).

YTYPE

name of the YTYPE column in data (YTYPE = 0 for dosing and 1:n for OUTPUT1 to OUTPUTn)

covNames

vector with names of continuous covariates (matching column names in data).

catNames

vector with names of categorical covariates (matching column names in data).

regressorNames

vector with names of regressors (matching column names in data).

Value

Data frame with all required columns for QSP modeling.