p_converged | R Documentation |
Check if p value has converged
p_converged(p_diff, p_diff_prev, error)
p_diff |
The difference in likelihood betwween this round of optimisation and the previous round. |
p_diff_prev |
The difference in likelihood between the previous round of optimisation and the one before that. |
error |
The maximum tolerated error |
A TRUE or FALSE value indicating if the difference between successive rounds of optimisation is below the error threshold (i.e. converged)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.