check_ids_equal: Check for equivalence of ID slots in two models

View source: R/eq.R

check_ids_equalR Documentation

Check for equivalence of ID slots in two models

Description

Two models are considered to have equal IDs if (1) they both do not have ID slots, which can occur especially in testing, or (2) both models have ID slots and the value of the slots are equal. They are not equal otherwise.

Usage

check_ids_equal(mod1, mod2)

Arguments

mod1

A model object

mod2

A model object

Value

TRUE if equal, FALSE if not


allometric documentation built on Nov. 8, 2023, 1:07 a.m.