regression Data As Data Frame
fun regressionDataAsDataFrame(responseName: String, linearModel: LinearModel, coded: Boolean = true): AnyFrame(source)
The regression data to perform the regression of the 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.
Return
the data necessary to perform the regression analysis as a dataframe
Parameters
response Name
the name of the response variable in the regression
linear Model
the linear model specification for the regression
coded
if true perform the regression with the coded variables. The default is true.