replicatedDesignPointsAsDataFrame

fun replicatedDesignPointsAsDataFrame(coded: Boolean = false): AnyFrame

Each design point in the associated factorial design is replicated by the number of associated replications held in the property designPointReplications. This results in an expanded list of design points within a dataframe with repeated copies of the design points within the data frame. The number of copies of each design point is based on its associated number of replications. The data frame has columns (exp_name, rep_id, factor1, factor2, ..., factorN) where factorK is the name of the kth factor.

Parameters

coded

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