Learn R Programming

allometric (version 2.1.0)

check_ids_equal: 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)

Value

TRUE if equal, FALSE if not

Arguments

mod1

A model object

mod2

A model object