Learn R Programming

MultiNMix (version 0.1.0)

check_convergence,MNM-method: Convergence Check for "MNM" Class

Description

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).

Usage

# S4 method for MNM
check_convergence(object)

Value

A numeric value indicating the number of converged parameters.

Arguments

object

An object of class "MNM".