Skip to contents

This function checks if a glmmTMB object is valid. It ensures that the input object is a glmmTMB object generated by the fitModelParallel function.

Usage

isValidGlmmTmb(i, obj)

Arguments

i

The name of the object being checked.

obj

The glmmTMB object being checked.

Value

TRUE if the object is valid, otherwise an error is thrown.