View source: R/pointexchange.R
point.swap | R Documentation |
Performing point-exchange algorithm, extensive swap of points procedure between the current design and candidate set.
point.swap(X1, X2, cand.full, search.object)
X1 |
Current fitted (primary) model matrix |
X2 |
Current potential terms matrix |
cand.full |
Full candidate matrix |
search.object |
Object for the search |
point.swap
is called within the Search
function
A list of model matrices, criteria values and whether the search needs to continue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.