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

check_convergence,MNM-methodR Documentation

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 signature 'MNM'
check_convergence(object)

Arguments

object

An object of class "MNM".

Value

A numeric value indicating the number of converged parameters.


MultiNMix documentation built on April 3, 2025, 6:10 p.m.