Read in CSV file
ReadData(
inputFile,
analyteType1id = "id",
analyteType2id = "id",
logAnalyteType1 = FALSE,
logAnalyteType2 = FALSE,
class.feat = list(),
suppressWarnings = FALSE
)IntLimData object with input data
input file in CSV format (see Despcription)
name of column from Analyte Type 1 meta data to be used as id (required if an Analyte Type 1 meta data file is present, must match Analyte Type 1 data)
name of column from Analyte Type 2 meta data to be used as id (required if an Analyte Type 2 meta data file is present, must match Analyte Type 2 data)
whether or not to log values for Analyte Type 1(T/F)
whether or not to log values for Analyte Type 2(T/F)
class ("factor" or "numeric") for each covariate. The following format is required: list(covar1="numeric", covar2="factor")
whether or not to suppress warnings