DirectingOptiRounds {SCFMonitor} | R Documentation |
Directing Optimization Round of a SCF Convergence Round in the Tibble Formed in OptiSCFMonitorAsWholeTibble()
Description
This function is a internal function that directs the optimization round of a SCF convergence round. This helps SCFMonitor devide the SCF rounds to different sections that each refers to an optimization cycle.
Usage
DirectingOptiRounds(Pending, index)
Arguments
Pending |
A integer refering to the row of the directed SCF convergence cycle is in. |
index |
A tibble including all the row number |
Value
A integer directing the Optimization round of that SCF convergence round is in.
Examples
library(tibble)
example_index <- tibble(rowid = c(1, 30, 130))
DirectingOptiRounds(33, example_index)
[Package SCFMonitor version 0.3.5 Index]