particle_select_err {pmwg} | R Documentation |
Error handler for the particle selection call
Description
If an error was detected when selecting the winning particle, save the state of the samples and particles at that moment to help with debugging.
Usage
particle_select_err(subj, envir, err_cond)
Arguments
subj |
The index of the subject where the error was detected. |
envir |
The enclosing environment of the function where the error occurred. |
err_cond |
The original error condition that prompted this. |
[Package pmwg version 0.2.7 Index]