% Generated by roxygen2: do not edit by hand % Please edit documentation in R/utils.R \name{isValidGlmmTmb} \alias{isValidGlmmTmb} \title{Check if a glmmTMB object is valid} \usage{ isValidGlmmTmb(i, obj) } \arguments{ \item{i}{The name of the object being checked.} \item{obj}{The glmmTMB object being checked.} } \value{ TRUE if the object is valid, otherwise an error is thrown. } \description{ This function checks if a glmmTMB object is valid. It ensures that the input object is a glmmTMB object generated by the \code{fitModelParallel} function. }