designPointsAsDataframe

open fun designPointsAsDataframe(coded: Boolean = false): AnyFrame

Returns the design points as a data frame. The columns of the data frame are the factor names and the rows are the design points.

Parameters

coded

indicates if the points are coded. The default is false.