GaussIterationFunction {SSBtools} | R Documentation |
iFunction
argument to GaussSuppression
Use this function as iFunction
or write your own using the same seven first parameters and also using ...
.
GaussIterationFunction(i, I, j, J, true, false, na, filename = NULL, ...)
i |
Number of candidates processed (columns of |
I |
Total number of candidates to be processed (columns of |
j |
Number of eliminated dimensions (rows of |
J |
Total number of dimensions (rows of |
true |
Candidates decided to be suppressed |
false |
Candidates decided to be not suppressed |
na |
Candidates not decided |
filename |
When non-NULL, the above arguments will be saved to this file.
Note that |
... |
Extra parameters |
The number of candidates decided (true
and false
) may differ from the number of candidates processed (i
) due to parameter removeDuplicated
and because the decision for some unprocessed candidates can be found due to empty columns.
NULL