regressionResults

Performs OLS regression for the supplied response and linear model. Always uses coded (±1) levels; call the regressionResults overload that takes a coded parameter for raw-level regression.


open override fun regressionResults(responseName: String, linearModel: LinearModel, coded: Boolean): RegressionResultsIfc(source)

Performs OLS regression 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.