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, ...)
NULL
Number of candidates processed (columns of x
)
Total number of candidates to be processed (columns of x
)
Number of eliminated dimensions (rows of x
)
Total number of dimensions (rows of x
)
Candidates decided to be suppressed
Candidates decided to be not suppressed
Candidates not decided
When non-NULL, the above arguments will be saved to this file.
Note that GaussSuppression
passes this parameter via ...
.
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.