Create a SAS 'IF' statement, used to describe rows to include in a SAS analysis
Usage
convertSASIncludeRows(
includeRows = NULL,
doseCol = getEctdColName("Dose"),
interimCol = getEctdColName("Interim")
)
Arguments
- includeRows
Row inclusion matrix (2 columns: Interim value and Dose value)
- doseCol
Dose column name, given by getEctdColName by default
- interimCol
Interim column name, given by getEctdColName by default
Author
Mike K Smith mstoolkit@googlemail.com