Identify dependent variable column in data set
DependentVarLabel
is a property of a PKData
object.
It specifies the column(s) in DataSet that contain the dependent
variable(s), for example, measured response(s). The column must contain
numeric values, and cannot contain Inf
or –Inf
.
Applies to | Object: PKData |
Data type | Character vector or cell array of character vectors |
Data values | Column header from an imported data set |
Access | Read/write |