toDataFrame

fun List<DesignPoint>.toDataFrame(coded: Boolean = false): AnyFrame

Turns the list of design points into a data frame. The columns of the data frame are the factor names and the rows are the design points values.

Parameters

coded

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