Description Usage Arguments Details Value Author(s) See Also
Creates a GUI tcltk
window that allow the users to set or fix values for the parametric combinations to compute optimal or near-optimal row-column designs.
1 | fixparrcd.mae(Optcrit)
|
Optcrit |
character, specifying the optimality criteria to be used. |
fixparrcd.mae
creates a pop-up GUI tcltk window that allow the users to set the parametric combinations to compute optimal or near-optimal row-column designs. The parameters include the number of treatments trt.N
, number arrays col.N
,
theta value theta
, number of replications of the optimization procedure nrep
and number of iterations required during exchange procedure itr.cvrgval
.
Furthermore, on this window, the checkbox options that allow the users to choose whether or not they need to have the graphical
layout of the resultant optimal or near-optimal row-column design, to make a choice between the two-alternative algorithms
(treatment exchange and array exchange algorithms) and to print the summary of the resultant optimal or near-optimal row-column design on
R console directly are available.
After setting all the required parametric combinations and selecting the algorithm of interest,
clicking on the search button on the set parametric combinations tcltk window, similar to the results that
can be obtained when using the function optrcdmaeAT
, the summary of the resultant optimal or near-optimal
row-column design will be saved in the current working directory in .csv format and it will also be displayed on R console with
graphical layout of the resultant optimal or near-optimal row-column designs.
The fixparrcd.mae
function creates a pop-up tcltk window that allow the users to set
the parametric combinations to compute optimal or near-optimal row-column designs.
Legesse Kassa Debusho, Dibaba Bayisa Gemechu, and Linda Haines
optrcdmaeAT
, mmenurcd.mae
, tcltk
, TkWidgets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.