replicated Design Points With Responses
fun replicatedDesignPointsWithResponses(names: Set<String> = responseNames.toSet(), coded: Boolean = false): AnyFrame
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.
Parameters
coded
indicates if the points should be coded, the default is false.