point.swap {MOODE} | R Documentation |
Swapping points between the current design and candidate set
Description
Performing point-exchange algorithm, extensive swap of points procedure between the current design and candidate set.
Usage
point.swap(X1, X2, cand.full, search.object)
Arguments
X1 |
Current fitted (primary) model matrix |
X2 |
Current potential terms matrix |
cand.full |
Full candidate matrix |
search.object |
Object for the search |
Details
point.swap
is called within the Search
function
Value
A list of model matrices, criteria values and whether the search needs to continue
[Package MOODE version 1.0.1 Index]