View source: R/DiscrimOD_assist.r
getFEDInfo | R Documentation |
Create a list with Fedorov-Wynn algorithm parameters for optimal discrimination design search.
getFEDInfo(
FED_MAXIT = 200,
FED_TRIM = 5,
FED_TRIM_EPS = 0.001,
freeRun = 1,
FED_EPS = 1e-06,
FED_ALPHA_GRID = 20
)
FED_MAXIT |
A integer number of maximal iterations. The default is 200. |
FED_TRIM |
A integer number that indicates the timing of design trimming (pruning). The default is 5, meaning that, to trim the design every 5 iterations. |
FED_TRIM_EPS |
A small value |
freeRun |
A number between |
FED_ALPHA_GRID |
A integer number that specifies the grid size of candidate weights in the update-one-point process of the Fedorov-Wynn algorithm. The default is 20. |
tol |
A small value for the tolerance, |
The list of Fedorov-Wynn parameter settings.
# Get default settings for Fedorov-Wynn algorithm.
FED_INFO <- getFEDInfo(FED_MAXIT = 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.