check_convergence,MNM-method | R Documentation |
Checks the convergence status of an object of class "MNM"
based on convergence diagnostics (e.g., Rhat values).
Returns the number of parameters that meet the convergence criterion (Rhat < 1.1).
## S4 method for signature 'MNM'
check_convergence(object)
object |
An object of class |
A numeric value indicating the number of converged parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.