cp.scree: Scree plot for tradeoff designs

Description Usage Arguments Details Value Examples

Description

Line plot showing the relationship between the criterion used to assess column position balance and the number of iterations in the column position balancing routine.

Usage

1
cp.scree(des)

Arguments

des

An R object containing the results from a call to tradeoff.des.

Details

Column position balancing is the most computationally intensive process in calls to tradeoff.des. The number of iterations required for this step is determined by the Rc argument in that function which defaults to the larger of 1,000 or 10 x the number of rows in the design. Large design problems may require a larger number of iterations to achieve optimal column position balance. The plot generated by this function can help to assess whether additional Rc iterations would lead to better column position balance.

See tradeoff.des for additional details.

Value

A line plot showing the relationship between the criterion used to assess column position balance and the number of iterations in the column position balancing routine.

Examples

1
2
des <- tradeoff.des(12, 4, 10, 9)
cp.scree(des)

Example output

Loading required package: AlgDesign
tradeoff.des 0.9-2,  Sun Aug 16 13:13:37 2020 
total iterations: 1000
critical D: 0.01534488, stable: 604 iterations
time elapsed: 1.83895 secs

choiceDes documentation built on May 2, 2019, 1:28 p.m.