replicatedDesignPointsWithResponses

fun replicatedDesignPointsWithResponses(names: Set<String> = responseNames.toSet(), coded: Boolean = false): AnyFrame(source)

Returns a data frame that has columns:

(point, exp_name, rep_id, responseName1, responseName2, ..., factor1, factor2, ..., factorN)

where the values in the response name columns have the value of the response for the named experiments and the replication id (number) for the value. The dataframe provides the data for performing a response surfacing model for the named responses. Defaults to raw (uncoded) levels; the regression methods (regressionData, regressionDataAsDataFrame, regressionResults) default to coded = true instead.

Parameters

coded

indicates if the points should be coded, the default is false.