Skip to contents

This function checks if a list of glmmTMB objects is valid. It ensures that the input list contains glmmTMB objects generated by the fitModelParallel function.

Usage

isValidList_tmb(list_tmb)

Arguments

list_tmb

A list of glmmTMB objects.

Value

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