Get file Content for Input File
Usage
getFileContentForInputFile(
masterdata,
covariates,
covariates.status,
condition.labels,
weight,
sep,
file = NULL
)
Arguments
- masterdata
masterdata as returned by
composeMasterData
- covariates
data.frame with as many rows as there are in masterdata and as many columns as there are covariates, containing the covariate values
- covariates.status
matrix of covariate status as retrieved by
createStatusMatrix
- condition.labels
condition labels
- weight
Weight of the pipeline for the calibration
- sep
column separator
- file
if a path to a file is given here, the content will be written to the file instead of returned by this function