regression Data
fun regressionData(responseName: String, linearModel: LinearModel, coded: Boolean = true): RegressionData(source)
Returns regression data for the supplied response and linear model. Defaults to coded (±1) levels, the standard convention for regression on a designed experiment; the raw-data methods (replicatedDesignPointsAsDataFrame, replicatedDesignPointsWithResponse) default to coded = false instead.